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

@@ -37,6 +37,3 @@ pub enum MerkleError {
InvalidPath(Vec<Word>), InvalidPath(Vec<Word>),
NodeNotInSet(u64), NodeNotInSet(u64),
} }
// UTILITY FUNCTIONS
// ================================================================================================