Implementation of SHA-3 based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
Fills the output buffer with the hash value. Note: Hash will be as long as the output buffer.
Calculate the final hash value.
See Implementation
Implementation of SHA-3 based on following KeccakNISTInterface.c from http://keccak.noekeon.org/