Versions in this module Expand all Collapse all v0 v0.91.0 Jun 4, 2024 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)