| .. |
|
KAT_AES
|
[tests] expands tabs, and remove redundant binding
|
2015-08-30 07:49:30 +01:00 |
|
KAT_PubKey
|
Decreased QuickCheck iterations
|
2016-09-11 18:37:10 +02:00 |
|
Number
|
Tests for Crypto.Number.F2m
|
2016-07-24 10:58:50 +02:00 |
|
BCrypt.hs
|
Add a check for salt length in bcrypt function
|
2016-07-27 17:45:33 +02:00 |
|
BlockCipher.hs
|
Minor haddock fixes
|
2015-06-07 13:26:26 +02:00 |
|
ChaCha.hs
|
[ChaCha] opaquify the state to be handled directly in the C level just like the hash function
|
2015-05-22 14:04:27 +01:00 |
|
ChaChaPoly1305.hs
|
Fix endianness of incrementNonce function for ChaChaPoly1305
|
2015-11-16 12:59:01 -05:00 |
|
Hash.hs
|
add some missing blake2 modes
|
2017-02-14 16:26:44 +00:00 |
|
Imports.hs
|
fix warnings
|
2015-04-05 12:19:26 +01:00 |
|
KAT_AES.hs
|
[AES] add KAT and properties tests for AES128,192,256
|
2015-04-18 07:33:34 +01:00 |
|
KAT_AFIS.hs
|
[tests] more refactoring
|
2015-05-12 14:36:20 +01:00 |
|
KAT_Blowfish.hs
|
fix some warnings
|
2015-04-08 22:30:01 +01:00 |
|
KAT_Camellia.hs
|
remove tabs
|
2015-04-08 22:44:28 +01:00 |
|
KAT_CMAC.hs
|
[CMAC] drop the accessor in favor of just using the ByteArrayAccess constraint
|
2016-04-09 10:31:13 +01:00 |
|
KAT_Curve448.hs
|
Use new module name Crypto.PubKey.Curve448
|
2017-01-19 20:26:25 +01:00 |
|
KAT_Curve25519.hs
|
[Curve25519] use the Crypto.Error api instead of an Either type for parsing types
|
2015-11-02 11:17:19 +00:00 |
|
KAT_DES.hs
|
fix DES tests
|
2015-04-08 20:43:31 +01:00 |
|
KAT_Ed25519.hs
|
[Ed25519] Add haskell bindings and tests
|
2015-04-19 09:24:37 +01:00 |
|
KAT_HKDF.hs
|
Add support for HKDF (RFC 5869)
|
2015-12-28 14:32:07 +00:00 |
|
KAT_HMAC.hs
|
Fix typo: Kekkak -> Keccak
|
2015-10-27 14:56:42 +00:00 |
|
KAT_MiyaguchiPreneel.hs
|
rename definitions which compute miyaguchi-preneel hash.
|
2016-06-08 01:13:23 +09:00 |
|
KAT_OTP.hs
|
Add totpVerify function
|
2016-01-10 18:19:53 +00:00 |
|
KAT_PBKDF2.hs
|
add tests for pbkdf2 sha512 for both haskell's and fast implementation
|
2017-02-11 14:08:28 +00:00 |
|
KAT_PubKey.hs
|
[tests] add first P256 test
|
2015-05-30 10:38:39 +01:00 |
|
KAT_RC4.hs
|
add RC4
|
2014-07-21 10:58:42 +01:00 |
|
KAT_Scrypt.hs
|
[KDF] move PBKDF2 and Scrypt to not be pinned to ByteString
|
2015-05-22 15:19:42 +01:00 |
|
KAT_TripleDES.hs
|
add missing KAT file
|
2015-04-09 19:59:53 +01:00 |
|
Number.hs
|
Update tests for new generate(Safe)Prime
|
2017-01-19 00:12:02 -05:00 |
|
Padding.hs
|
fix unpad of zero-padding and add tests.
|
2016-06-08 22:57:35 +09:00 |
|
Poly1305.hs
|
[Poly1305] make initialize explicitely failable
|
2015-07-29 09:49:49 +01:00 |
|
Salsa.hs
|
[Salsa] opaquify the state just like for hash functions
|
2015-05-22 14:04:54 +01:00 |
|
Tests.hs
|
Merge pull request #63 from tekul/otp
|
2017-01-29 20:09:29 +00:00 |
|
Utils.hs
|
[tests] make sure we don't use 0 for number parameters
|
2015-08-27 15:03:07 +01:00 |
|
XSalsa.hs
|
Implement the XSalsa20 stream cipher
|
2016-10-09 15:25:31 +02:00 |