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
|
||||
const (
|
||||
ArmorHeaderVersion = "Pmcrypto Golang 0.0.1 (" + Version + ")"
|
||||
ArmorHeaderComment = "https://protonmail.com"
|
||||
ArmorHeaderVersion = "GopenPGP 0.0.1 (" + Version + ")"
|
||||
ArmorHeaderComment = "https://github.com/ProtonMail/gopenpgp"
|
||||
PGPMessageHeader = "PGP MESSAGE"
|
||||
PublicKeyHeader = "PGP PUBLIC KEY BLOCK"
|
||||
PrivateKeyHeader = "PGP PRIVATE KEY BLOCK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue