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

Expose helpers for hash functions #150

Closed marinthiercelin closed 1 year ago

marinthiercelin commented 1 year ago

The library has a few helpers to deal with hash functions and their openpgp ids that were hidden in an internal package. This adds public wrappers to expose them.