You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Keccak-based Merkle Tree implementation and tests
- Implemented Keccak-based hashing functions and Merkle Tree construction.
- Added examples of creating and verifying Merkle Trees using both SHA-256 and Keccak hashing.
- Created a new module `merkle.rs` for an alternative Merkle Tree implementation using the `ring` crate.
- Added test cases to verify the functionality of both Merkle Tree implementations.
0 commit comments