Add mobile helpers to verify signature contexts.

This commit is contained in:
M. Thiercelin 2023-04-21 10:57:23 +02:00
parent 753a3fedff
commit 2cf7a8caee
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
4 changed files with 35 additions and 2 deletions

View file

@ -3,7 +3,7 @@ package constants
// Constants for armored data.
const (
ArmorHeaderVersion = "GopenPGP 2.7.0"
ArmorHeaderVersion = "GopenPGP 2.7.1"
ArmorHeaderComment = "https://gopenpgp.org"
PGPMessageHeader = "PGP MESSAGE"
PGPSignatureHeader = "PGP SIGNATURE"

View file

@ -1,3 +1,3 @@
package constants
const Version = "2.7.0"
const Version = "2.7.1"