# Functions
New224 creates a new SHA3-224 hash.
New256 creates a new SHA3-256 hash.
New384 creates a new SHA3-384 hash.
New512 creates a new SHA3-512 hash.
NewKeccak256 creates a new Keccak-256 hash.
NewKeccak512 creates a new Keccak-512 hash.
Sum224 returns the SHA3-224 digest of the data.
Sum256 returns the SHA3-256 digest of the data.
Sum384 returns the SHA3-384 digest of the data.
Sum512 returns the SHA3-512 digest of the data.