Update default armor headers

This commit is contained in:
Daniel Huigens 2019-05-14 22:04:55 +02:00
parent 1376870ff3
commit 8a2433205e

View file

@ -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"