package
0.0.0-20150304025918-53f62d9b43e8
Repository: https://github.com/btcsuite/golangcrypto.git
Documentation: pkg.go.dev

# Functions

Decode finds the first clearsigned message in data and returns it, as well as the suffix of data which remains after the message.
Encode returns a WriteCloser which will clear-sign a message with privateKey and write it to w.

# Structs

A Block represents a clearsigned message.