pub fn from_slice(slice: &[u8], hasher: FsVerityHasher) -> MerkleTree
Expand description
Compute a merkle tree from a &[u8]
for a particular hasher.
pub fn from_slice(slice: &[u8], hasher: FsVerityHasher) -> MerkleTree
Compute a merkle tree from a &[u8]
for a particular hasher.