diff --git a/openpgp/packet/config.go b/openpgp/packet/config.go index a5121062..a62f3ba4 100644 --- a/openpgp/packet/config.go +++ b/openpgp/packet/config.go @@ -33,7 +33,7 @@ var ( // Can be set via a build tag, e.g.: `go build -tags v5 ./...` // If the build tag is missing config_v5.go will set it to true. // -// Disables parsing of v5 keys, v5 signatures and AEAD-encrypted data packets. +// Disables parsing of v5 keys and v5 signatures. // These are non-standard entities, which in the crypto-refresh have been superseded // by v6 keys, v6 signatures and SEIPDv2 encrypted data, respectively. var V5Disabled = false