Expand description

Hash algorithms

Modules

Sha256 hash

Traits

The Digest trait specifies an interface common for digest functions.

The type of values stored in a MerkleTree must implement this trait, in order for them to be able to be fed to a Ring Context when computing the hash of a leaf.

A trait for producing hashes of merkle tree leaves and nodes