Versions in this module Expand all Collapse all v0 v0.56.0 Sep 2, 2026 GO-2026-5932 GO-2026-5932: The golang.org/x/crypto/openpgp package is unmaintained, unsafe by design, and has known security issues Changes in this version + func New224() hash.Hash + func New256() hash.Hash + func New384() hash.Hash + func New512() hash.Hash + func NewLegacyKeccak256() hash.Hash + func NewLegacyKeccak512() hash.Hash + func ShakeSum128(hash, data []byte) + func ShakeSum256(hash, data []byte) + func Sum224(data []byte) [28]byte + func Sum256(data []byte) [32]byte + func Sum384(data []byte) [48]byte + func Sum512(data []byte) [64]byte + type ShakeHash interface + Clone func() ShakeHash + func NewCShake128(N, S []byte) ShakeHash + func NewCShake256(N, S []byte) ShakeHash + func NewShake128() ShakeHash + func NewShake256() ShakeHash