Type Alias jmt::Sha256Jmt

source ·
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 */ }