//
pkg.gl
Category
github.com/golangltd/leafltd
src
golang.org
x
crypto
openpgp
clearsign
package
0.0.0-20201102054017-282493799a89
Repository:
https://github.com/golangltd/leafltd.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
324 SLOC
#
Functions
Decode
Decode finds the first clearsigned message in data and returns it, as well as the suffix of data which remains after the message.
Encode
Encode returns a WriteCloser which will clear-sign a message with privateKey and write it to w.
#
Structs
Block
A Block represents a clearsigned message.