fix compile
This commit is contained in:
parent
35a4e32efb
commit
36b497d591
11 changed files with 73 additions and 76 deletions
10
constants/armor.go
Normal file
10
constants/armor.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package constants
|
||||
|
||||
// Definitions for armored data
|
||||
const (
|
||||
ArmorHeaderVersion = "Pmcrypto Golang 0.0.1 (" + Version + ")"
|
||||
ArmorHeaderComment = "https://protonmail.com"
|
||||
PGPMessageHeader = "PGP MESSAGE"
|
||||
PublicKeyHeader = "PGP PUBLIC KEY BLOCK"
|
||||
PrivateKeyHeader = "PGP PRIVATE KEY BLOCK"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue