cryptonite/Crypto/Cipher
Olivier Chéron 0075b57f90 Add internal AES CTR variant with 32-bit counter
This variant of CTR mode is used by AES-GCM-SIV.  The counter is in
little-endian format and uses the first four bytes of the IV only.
2019-08-25 08:55:49 +02:00
..
AES Add internal AES CTR variant with 32-bit counter 2019-08-25 08:55:49 +02:00
Blowfish Add implementation of bcrypt_pbkdf 2019-03-14 21:30:29 +01:00
Camellia Various documentation copy editing 2017-11-18 14:27:44 -05: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 Fixed compiler warnings 2019-02-03 16:06:05 -08:00
Types Add benchmark with AES GCM and CCM 2019-05-19 11:16:34 +02:00
AES.hs Fixed compiler warnings 2019-02-03 16:06:05 -08: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 Fixed compiler warnings 2019-02-03 16:06:05 -08: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 Fixed compiler warnings 2019-02-03 16:06:05 -08:00
TripleDES.hs move to memory stuff 2015-05-09 14:23:32 +01:00
Twofish.hs Fixed compiler warnings 2019-02-03 16:06:05 -08:00
Types.hs add aes ccm support 2018-02-03 09:31:36 +01:00
Utils.hs Fixed compiler warnings 2019-02-03 16:06:05 -08:00
XSalsa.hs Fixed compiler warnings 2019-02-03 16:06:05 -08:00