rs-merkle icon indicating copy to clipboard operation
rs-merkle copied to clipboard

does not support sha3::keccak256?

Open 1500256797 opened this issue 1 year ago • 1 comments

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

1500256797 avatar Dec 08 '23 10:12 1500256797

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

jmg-duarte avatar May 23 '24 15:05 jmg-duarte