Imports of package sha3

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
golang.org/x/sys/cpuPackage cpu implements processor feature detection for various CPU architectures.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
unsafePackage unsafe contains operations that step around the type safety of Go programs.