antouhou / rs-merkle

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

feat: Support sha384 hash function #27

Closed imotai closed 1 year ago

imotai commented 1 year ago

Hi, I am working on the Arweave rust SDK which needs sha384 to generate the Merkle root but the rs-merkle supports sha256 only. This PR will support sha384 and comments are welcome

antouhou commented 1 year ago

Nice! Thanks, @imotai!

antouhou commented 1 year ago

I've released version 1.4.0 to crates.io. Thank you!