feat: Merklepathset & Merkle tree

This commit is contained in:
Al-Kindi-0 2022-10-19 08:11:01 +02:00
parent 22cf7aba44
commit 6e90c9c178

View file

@ -36,7 +36,4 @@ pub enum MerkleError {
InvalidDepth(u32, u32),
InvalidPath(Vec<Word>),
NodeNotInSet(u64),
}
// UTILITY FUNCTIONS
// ================================================================================================
}