merkel v1.0.3 Merkel.Crypto
Module to perform merkle tree hashing
Link to this section Summary
Link to this section Functions
Link to this function
hash(bin)
Performs hash
Either uses the default Erlang crypto library or accepts a user specified anonymous function with arity 1 which accepts a binary argument
Link to this function
hash(bin, type)
Link to this function
hash(bin, type, func)
Link to this function
hash_concat(lh, rh)
hash_concat(binary() | Merkel.BinaryNode.t(), binary() | Merkel.BinaryNode.t()) :: binary()