cryptonite/Crypto/Cipher
Olivier Chéron bb2363eea7 Add CAST5 aka CAST-128
Haskell translation of RFC 2144.
2017-09-17 11:28:56 +02:00
..
AES Remove unused AES primitives functions and exports 2015-06-09 11:45:39 +02:00
Blowfish Add a check for salt length in bcrypt function 2016-07-27 17:45:33 +02:00
Camellia add comments and description 2015-05-20 06:07:31 +01:00
CAST5 Add CAST5 aka CAST-128 2017-09-17 11:28:56 +02:00
DES add comments and description 2015-05-20 06:07:31 +01:00
Twofish Twofish 192 and 256 bit key support 2017-04-10 00:33:54 -04:00
Types Make ivAdd more constant-time 2017-05-31 23:31:29 +02:00
AES.hs Twofish 192 and 256 bit key support 2017-04-10 00:33:54 -04:00
Blowfish.hs add optional support for deepseq 2015-05-22 18:35:46 +01:00
Camellia.hs start cleaning up Camellia 2015-04-09 07:41:15 +01:00
CAST5.hs Add CAST5 aka CAST-128 2017-09-17 11:28:56 +02:00
ChaCha.hs [ChaCha] only need ByteArrayAccess for initialization 2017-07-07 17:31:30 +01:00
ChaChaPoly1305.hs [ChaChaPoly1305] fix type error of example code 2015-12-03 18:05:04 +00:00
DES.hs move to memory stuff 2015-05-09 14:23:32 +01:00
RC4.hs add optional support for deepseq 2015-05-22 18:35:46 +01:00
Salsa.hs Implement the XSalsa20 stream cipher 2016-10-09 15:25:31 +02:00
TripleDES.hs move to memory stuff 2015-05-09 14:23:32 +01:00
Twofish.hs Add import to fix backwards compatibility 2017-04-10 00:57:49 -04:00
Types.hs remove warnings 2015-04-20 06:02:12 +01:00
Utils.hs Twofish 192 and 256 bit key support 2017-04-10 00:33:54 -04:00
XSalsa.hs Implement the XSalsa20 stream cipher 2016-10-09 15:25:31 +02:00