vincenthz / hs-cryptohash

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

Adding support for SHAKE128, SHAKE256 #42

Closed tittoassini closed 1 year ago

tittoassini commented 8 years ago

This should be trivial to do and very useful for applications looking for a customisable length hash (and I just happen to have such an app :-)).

Thanks!