cryptonite/Crypto
2017-04-09 17:18:26 +02:00
..
Cipher Add key length validation to several AES Ciphers. 2016-12-06 22:06:57 -05:00
ConstructHash apply zero-padding to miyaguchi-preneel. 2016-06-08 22:26:14 +09:00
Data fix unpad of zero-padding and add tests. 2016-06-08 22:57:35 +09:00
ECC/Simple fix proxy 2016-12-02 21:07:13 +00:00
Error Argon2: add working hash function 2017-02-24 13:37:40 +00:00
Hash check for at least one byte and at most 256 or 512 (blake2s or blake2b) 2017-03-13 18:53:07 +00:00
Internal add new constraints 2017-03-13 18:52:24 +00:00
KDF Decrease Argon2 maximum output length 2017-04-09 17:18:26 +02:00
MAC [CMAC] drop the accessor in favor of just using the ByteArrayAccess constraint 2016-04-09 10:31:13 +01:00
Math merge crypto-numbers minus all the random parts 2015-02-09 05:47:11 +00:00
Number Fix bug in isProbablyPrime for small numbers 2017-01-19 00:11:39 -05:00
PubKey Rename Ed448 to Curve448 2017-01-19 20:26:25 +01:00
Random fix documentation typo 2016-05-05 19:51:22 +03:00
ECC.hs Use new module name Crypto.PubKey.Curve448 2017-01-19 20:26:25 +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
OTP.hs Drop use of 'time' library from OTP implementation 2016-04-11 17:52:59 +01:00
Random.hs [random] add a seed capability with export/import from integer. 2016-04-09 08:33:37 +01:00
Tutorial.hs Update tutorial based on suggestions 2017-03-26 00:47:02 +00:00