ProtonMail / go-crypto

Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
https://pkg.go.dev/github.com/ProtonMail/go-crypto
BSD 3-Clause "New" or "Revised" License
334 stars 101 forks source link

Don't generate AEAD messages by default #95

Closed twiss closed 2 years ago

twiss commented 2 years ago

Even if the public key supports AEAD, only generate AEAD messages if configured to do so, as AEAD is still experimental for now, so the meaning of the AEAD feature flag may still change.