Compare commits

..

2 Commits

Author SHA1 Message Date
Helen Grachtz
35726e79ff
Merge 287f8b9baf into 74074dfa2f 2025-03-24 18:48:50 +00:00
Helen Grachtz
287f8b9baf
Update lib.rs 2025-03-24 21:48:47 +03:00

View File

@ -34,7 +34,7 @@ pub struct AppendMerkleTree<E: HashElement, A: Algorithm<E>> {
/// `revert_to` can reset the state correctly when needed.
min_depth: Option<usize>,
/// Used to compute the correct padding hash.
/// 0 for `first_chunk_merkle` and 10 for not-first `last_chunk_merkle`.
/// 0 for `pora_chunk_merkle` and 10 for not-first `last_chunk_merkle`.
leaf_height: usize,
_a: PhantomData<A>,
}