merkel v1.0.3 Merkel.Crypto

Module to perform merkle tree hashing

Link to this section Summary

Link to this section Functions

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)
hash(binary(), none() | atom(), none() | function()) :: binary()
Link to this function hash_concat(lh, rh)