Browse Source

feat: Merklepathset & Merkle tree

al-gkr-basic-workflow
Al-Kindi-0 2 years ago
parent
commit
6e90c9c178
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      crypto/src/merkle/mod.rs

+ 1
- 4
crypto/src/merkle/mod.rs

@ -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
// ================================================================================================
}

Loading…
Cancel
Save