rs-merkle
rs-merkle copied to clipboard
does not support sha3::keccak256?
only support sha256 and sha384,does not support sha3::keccak256
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