merkle_test 0.1.1

Merkle tree test task
Documentation
  • Coverage
  • 62.5%
    5 out of 8 items documented1 out of 5 items with examples
  • Size
  • Source code size: 9.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mxseev

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)