Skip to content

Commit

Permalink
Adapt docs to non-aead
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jul 5, 2024
1 parent 598d031 commit 5b817af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpgp/packet/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b817af

Please sign in to comment.