Imports of package sha3

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/internal/fips140/sha3Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length functions defined by [FIPS 202], as well as the cSHAKE extendable-output-length functions defined by [SP 800-185].
hashPackage hash provides interfaces for hash functions.
unsafePackage unsafe contains operations that step around the type safety of Go programs.