mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-12 09:01:29 +01:00
Fix: typos (#249)
* tests: fix typos * full.rs: fix typo * CONTRIBUTING: fix typo
This commit is contained in:
committed by
Bobbin Threadbare
parent
6b5db8a6db
commit
260592f8e7
@@ -280,7 +280,7 @@ impl Mmr {
|
||||
// Update the depth of the tree to correspond to a subtree
|
||||
forest_target >>= 1;
|
||||
|
||||
// compute the indeces of the right and left subtrees based on the post-order
|
||||
// compute the indices of the right and left subtrees based on the post-order
|
||||
let right_offset = index - 1;
|
||||
let left_offset = right_offset - nodes_in_forest(forest_target);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user