cryptonite/Crypto
Luke Taylor 875b80107c Remove unused AES primitives functions and exports
The code for initializing different AEAD modes is now encapsulated in
the BlockCipher type and the individual mode encryption and decryption
functions have been replaced by generalized versions, so are no longer
used.
2015-06-09 11:45:39 +02:00
..
Cipher Remove unused AES primitives functions and exports 2015-06-09 11:45:39 +02:00
Data move to memory stuff 2015-05-09 14:23:32 +01:00
Error [error] make CryptoFailable an instance of Show and Eq if possible 2015-06-01 05:59:25 +01:00
Hash add Ord instance on Digest 2015-05-26 19:10:26 +01:00
Internal add optional support for deepseq 2015-05-22 18:35:46 +01:00
KDF [KDF] move PBKDF2 and Scrypt to not be pinned to ByteString 2015-05-22 15:19:42 +01:00
MAC [hash] replace scrub by reset 2015-05-19 11:50:56 +01:00
Math merge crypto-numbers minus all the random parts 2015-02-09 05:47:11 +00:00
Number [number] cleanup in serialization 2015-06-01 13:03:21 +01:00
PubKey Minor haddock fixes 2015-06-07 13:26:26 +02:00
Random [random] fix entropy modules on windows 64 bits. 2015-05-25 07:44:15 +01:00
Error.hs add crypto errors standard enumeration and some helper. 2015-04-07 10:56:38 +01:00
Hash.hs add comments and description 2015-05-20 06:07:31 +01:00
Random.hs [random] Just export the type of MonadPseudoRandom 2015-05-23 12:30:52 +01:00