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 + const BlockSize + const OutputLengthUnknown + const Size + const Size128 + func New128(key []byte) (hash.Hash, error) + func New256(key []byte) (hash.Hash, error) + func Sum256(data []byte) [Size]byte + type XOF interface + Clone func() XOF + Reset func() + func NewXOF(size uint16, key []byte) (XOF, error)