cryptonite/Crypto/Hash
Vincent Hanquez b5dbc9caae add internalUpdateUnsafe to process data more efficiently at the expense of threads.
internalUpdateUnsafe, just like internalUpdate update the context, but
does it using the unsafe key word for the ffi binding
2015-02-14 23:39:06 +00:00
..
Internal add internalUpdateUnsafe to process data more efficiently at the expense of threads. 2015-02-14 23:39:06 +00:00
Utils add HMAC 2014-07-09 13:15:49 +01:00
Internal.hs create a module to put all the compat necessary for running over a wide range of versions 2015-01-27 05:58:06 +00:00
Kekkak.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
MD2.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
MD4.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
MD5.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
RIPEMD160.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA1.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA3.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA224.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA256.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA384.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA512.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
SHA512t.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
Skein256.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
Skein512.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
Tiger.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00
Types.hs merge cryptohash 2014-07-07 14:55:55 +01:00
Utils.hs add bang for unlifted bindings 2015-02-08 13:25:04 +00:00
Whirlpool.hs update architectures of modules to separate IO and mutable parts from the immutable part 2015-02-08 12:03:00 +00:00