Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GPGDefaultEncryptConfig is the default configuration for layer encryption/decryption GPGDefaultEncryptConfig = &packet.Config{ Rand: rand.Reader, DefaultHash: crypto.SHA256, DefaultCipher: packet.CipherAES256, CompressionConfig: &packet.CompressionConfig{Level: 0}, RSABits: 2048, } )
Functions ¶
func NewKeyWrapper ¶
func NewKeyWrapper() keywrap.KeyWrapper
NewKeyWrapper returns a new key wrapping interface for pgp
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.