Versions in this module Expand all Collapse all v0 v0.9.9 Oct 22, 2019 Changes in this version + func Encode(w io.Writer, privateKey *packet.PrivateKey, config *packet.Config) (plaintext io.WriteCloser, err error) + func EncodeMulti(w io.Writer, privateKeys []*packet.PrivateKey, config *packet.Config) (plaintext io.WriteCloser, err error) + type Block struct + ArmoredSignature *armor.Block + Bytes []byte + Headers textproto.MIMEHeader + Plaintext []byte + func Decode(data []byte) (b *Block, rest []byte)