vincenthz / hs-cryptohash

efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite
Other
30 stars 24 forks source link

SHA3 implementation does not match final spec #36

Closed joeyh closed 1 year ago

joeyh commented 9 years ago

The final SHA3 spec has been released, and TTBOMK the implementation in cryptohash does not match it; still using the original Kekkak parameters.

joeyh commented 9 years ago

cryptonite seems to implement SHA3 final (or at least the 2014 draft; I think there were no substantive changes). So, that's a drop-in replacement. However, having something that says it implements SHA3 but does not seems like a bad trap for some unwary user.