mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-08 23:21:30 +01:00
feat: Merklepathset & Merkle tree
This commit is contained in:
@@ -36,7 +36,4 @@ pub enum MerkleError {
|
|||||||
InvalidDepth(u32, u32),
|
InvalidDepth(u32, u32),
|
||||||
InvalidPath(Vec<Word>),
|
InvalidPath(Vec<Word>),
|
||||||
NodeNotInSet(u64),
|
NodeNotInSet(u64),
|
||||||
}
|
}
|
||||||
|
|
||||||
// UTILITY FUNCTIONS
|
|
||||||
// ================================================================================================
|
|
||||||
Reference in New Issue
Block a user