antouhou / rs-merkle

The most advanced Merkle tree library for Rust
MIT License
172 stars 45 forks source link

refactor: dynamic support for hash algs #40

Open sinui0 opened 3 months ago

sinui0 commented 3 months ago

This PR refactors the crate to support hash algorithms determined at runtime.

Issue #39

TODO

theoparis commented 1 month ago

How do I use this PR (with the doctests removed temporarily to fix errors)? I was going to fork this to add blake3 support as well... Nevermind I figured it out