Implementation of Keccak in pure Elixir.
Returns the keccak hash 256
Returns the keccak hash 512
@spec hash_256(bitstring()) :: nil | <<_::8, _::_*1>>
@spec hash_512(bitstring()) :: nil | <<_::8, _::_*1>>