issues
search
cryptocoinjs
/
keccak
Keccak sponge function family
MIT License
87
stars
24
forks
source link
benchmarks: Update 'sha3' to 2.0.0
#7
Closed
cakoose
closed
5 years ago
cakoose
commented
5 years ago
NPM 'sha3' is now pure JS. Use the new API that can compute the standard SHA-3 (before only supported the original Keccak).
Also change the benchmark for our own package to compute SHA-3 instead of Keccak, just for consistency.
fanatid
commented
5 years ago
Thank you!