antouhou / rs-merkle

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

does not support sha3::keccak256? #34

Open 1500256797 opened 9 months ago

1500256797 commented 9 months ago

only support sha256 and sha384,does not support sha3::keccak256

jmg-duarte commented 3 months ago

You should be able to easily implement it on your side, just mimic the code in https://github.com/antouhou/rs-merkle/blob/master/src/algorithms/sha384.rs