cryptonite/Crypto/Cipher
2015-04-11 16:03:42 +01:00
..
AES fix some warnings 2015-04-08 22:30:01 +01:00
Blowfish [Blowfish] use the key directly without stretching it all over the memory 2015-04-11 16:02:45 +01:00
Camellia remove vector from camellia 2015-04-10 09:26:37 +01:00
DES [DES] remove unnecessary imports 2015-04-11 16:03:42 +01:00
Types fix some warnings 2015-04-08 22:30:01 +01:00
AES.hs merge all crypto ciphers available. add temporarily a vector dependency 2015-04-08 11:53:41 +01:00
Blowfish.hs move core to map over Word64 view of a byte array directly. 2015-04-10 10:43:14 +01:00
Camellia.hs start cleaning up Camellia 2015-04-09 07:41:15 +01:00
ChaCha.hs use more Internal.Compat to get UnsafeDoIO 2015-04-05 07:46:18 +01:00
DES.hs [DES] fix serialization 2015-04-09 17:22:57 +01:00
RC4.hs remove unnecessary separator 2015-04-05 07:47:27 +01:00
Salsa.hs use more Internal.Compat to get UnsafeDoIO 2015-04-05 07:46:18 +01:00
TripleDES.hs [DES] fix serialization 2015-04-09 17:22:57 +01:00
Types.hs wip 2015-04-08 14:12:58 +01:00