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

Add support for Argon2 S2K #151

Closed lubux closed 1 year ago

lubux commented 1 year ago

Adds support for encrypting and decrypting messages or keys with Argon2 S2K as specified in draft-ietf-openpgp-crypto-refresh.

lubux commented 1 year ago

Thanks for the inputs. I addressed the comments.