Documentation ¶
Overview ¶
Package constants provides a set of common OpenPGP constants.
Index ¶
Constants ¶
View Source
const ( ArmorHeaderVersion = "GopenPGP 2.8.0" ArmorHeaderComment = "https://gopenpgp.org" PGPMessageHeader = "PGP MESSAGE" PGPSignatureHeader = "PGP SIGNATURE" 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 ( SIGNATURE_OK int = 0 SIGNATURE_NOT_SIGNED int = 1 SIGNATURE_NO_VERIFIER int = 2 SIGNATURE_FAILED int = 3 SIGNATURE_BAD_CONTEXT int = 4 )
View Source
const DefaultCompression = 2 // ZLIB
View Source
const DefaultCompressionLevel = 6 // Corresponds to default -1 for ZLIB
View Source
const SignatureContextName = "context@proton.ch"
View Source
const Version = "2.8.0"
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.