[][src]Module indy_utils::hash

Hash algorithms

Modules

SHA256

Sha256 hash

Traits

Digest

The Digest trait specifies an interface common for digest functions.

Hashable

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.

TreeHash

A trait for producing hashes of merkle tree leaves and nodes