Update default armor headers
This commit is contained in:
parent
1376870ff3
commit
8a2433205e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ package constants
|
||||||
|
|
||||||
// Definitions for armored data
|
// Definitions for armored data
|
||||||
const (
|
const (
|
||||||
ArmorHeaderVersion = "Pmcrypto Golang 0.0.1 (" + Version + ")"
|
ArmorHeaderVersion = "GopenPGP 0.0.1 (" + Version + ")"
|
||||||
ArmorHeaderComment = "https://protonmail.com"
|
ArmorHeaderComment = "https://github.com/ProtonMail/gopenpgp"
|
||||||
PGPMessageHeader = "PGP MESSAGE"
|
PGPMessageHeader = "PGP MESSAGE"
|
||||||
PublicKeyHeader = "PGP PUBLIC KEY BLOCK"
|
PublicKeyHeader = "PGP PUBLIC KEY BLOCK"
|
||||||
PrivateKeyHeader = "PGP PRIVATE KEY BLOCK"
|
PrivateKeyHeader = "PGP PRIVATE KEY BLOCK"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue