go/doc/next/6-stdlib/5-sha3.md

188 B

New sha3 package

The new [crypto/sha3] package implements the SHA-3 hash function, and SHAKE and cSHAKE extendable-output functions.

It was imported from golang.org/x/crypto/sha3.