fuchsia_
merkle
0.0.1
Structs
MerkleTree
MerkleTreeBuilder
MerkleTreeWriter
Constants
BLOCK_SIZE
HASH_SIZE
Functions
from_async_read
from_read
from_slice
hash_block
Type Aliases
Hash
fuchsia_merkle
Function
from_slice
Copy item path
Settings
Help
Summary
Source
pub fn from_slice(slice: &[
u8
]) ->
MerkleTree
Expand description
Compute a merkle tree from a
&[u8]
.