merkle_test 0.1.1

Merkle tree test task
Documentation

merkle_test

If you find this by chance you will not find anything interesting here, its just test task

Usage

  • Documentation: docs.rs
  • Test: cargo test
  • Bench: rustup run nightly cargo bench

TODO

  • Find Merkle tree test vectors and test with then
  • Compare performance with other implementations
  • Adding hashes to tree as pointer (zero-copy)