cryptonite/Crypto
2017-09-18 21:09:49 +09:00
..
Cipher Add CAST5 aka CAST-128 2017-09-17 11:28:56 +02: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 [ChaCha] only required byteArrayAccess and add a way to convert from binary 2017-07-07 17:32:09 +01:00
Hash Add note about Digest implementing ByteArrayAccess 2017-08-22 20:39:29 +02:00
Internal Add CAST5 aka CAST-128 2017-09-17 11:28:56 +02:00
KDF typo in documentation 2017-09-18 10:32:21 +01: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 issue #154 2017-04-21 13:51:52 -06:00
PubKey Check that ECDH and ECIES result is not point-at-infinity 2017-07-05 22:24:22 +02:00
Random [ChaCha] only required byteArrayAccess and add a way to convert from binary 2017-07-07 17:32:09 +01:00
ECC.hs Check that ECDH and ECIES result is not point-at-infinity 2017-07-05 22:24:22 +02:00
Error.hs add crypto errors standard enumeration and some helper. 2015-04-07 10:56:38 +01:00
Hash.hs Add missing extension 2017-04-25 14:21:53 +01:00
OTP.hs Drop use of 'time' library from OTP implementation 2016-04-11 17:52:59 +01:00
Random.hs [ChaCha] only required byteArrayAccess and add a way to convert from binary 2017-07-07 17:32:09 +01:00
Tutorial.hs Add Crypto.Hash examples to tutorial 2017-08-22 20:39:27 +02:00