pub type Sha256Jmt<'a, R> = JellyfishMerkleTree<'a, R, Sha256>;
Expand description
A JellyfishMerkleTree
instantiated using the sha2::Sha256
hasher.
This is a sensible default choice for most applications.
Aliased Typeยง
struct Sha256Jmt<'a, R> { /* private fields */ }