Documentation ¶
Overview ¶
Package constants provides a set of common OpenPGP constants.
Index ¶
Constants ¶
View Source
const ( ArmorHeaderVersion = "GopenPGP 0.0.1 (" + Version + ")" ArmorHeaderComment = "https://gopenpgp.org" PGPMessageHeader = "PGP MESSAGE" PublicKeyHeader = "PGP PUBLIC KEY BLOCK" PrivateKeyHeader = "PGP PRIVATE KEY BLOCK" )
Constants for armored data.
View Source
const ( ThreeDES = "3des" TripleDES = "tripledes" // Both "3des" and "tripledes" refer to 3DES. CAST5 = "cast5" AES128 = "aes128" AES192 = "aes192" AES256 = "aes256" )
Cipher suite names.
View Source
const Version = "ddacebe0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.