type Leaf
fn is_empty(&self) -> bool
fn leaf_hash(&self, index: usize) -> Hash
fn commit(self) -> Result<(Commitment, Tree<Self>)>
impl<Leaf: Hashable + Clone + Sync> VectorCommitment for Vec<Leaf>
[src]type Leaf = Leaf
fn len(&self) -> usize
[src]fn leaf(&self, index: usize) -> Self::Leaf
[src]fn leaf_hash(&self, index: usize) -> Hash
[src]