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
328 stars 99 forks source link

openpgp/packet: fix dropped test errors #186

Open alrs opened 11 months ago

alrs commented 11 months ago

This picks up several dropped err variables in the openpgp/packet tests.

None of these appear to have been silently failing, and the tests should still pass.