docs
This commit is contained in:
parent
87ce87532e
commit
a3da216e03
@ -21,6 +21,7 @@ template TreeLayer(height) {
|
||||
// Inserts a leaf batch into a tree
|
||||
// Checks that tree previously contained zero leaves in the same position
|
||||
// Hashes leaves with Poseidon hash
|
||||
// `batchLevels` should be less than `levels`
|
||||
template BatchTreeUpdate(levels, batchLevels, zeroBatchLeaf) {
|
||||
var height = levels - batchLevels;
|
||||
var nLeaves = 1 << batchLevels;
|
||||
|
Loading…
Reference in New Issue
Block a user