View Source KeccakEx (KeccakEx v0.4.0)

Implementation of Keccak in pure Elixir.

Summary

Functions

Returns the keccak hash 256

Returns the keccak hash 512

Functions

@spec hash_256(bitstring()) :: nil | <<_::8, _::_*1>>

Returns the keccak hash 256

@spec hash_512(bitstring()) :: nil | <<_::8, _::_*1>>

Returns the keccak hash 512