diff --git a/constants/armor.go b/constants/armor.go index 3b6d358..9cc581b 100644 --- a/constants/armor.go +++ b/constants/armor.go @@ -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"