cryptonite/Crypto
Vincent Hanquez a1c21f130c move core to map over Word64 view of a byte array directly.
this bring a massive speedup and adapt the core blowfish encryption and
decryption to work on any bytearray without creating a bytestring.
2015-04-10 10:43:14 +01:00
..
Cipher move core to map over Word64 view of a byte array directly. 2015-04-10 10:43:14 +01:00
Data refactor AFIS import list 2015-04-03 07:26:25 +01:00
Error export some crypto failable combinators 2015-04-10 07:23:51 +01:00
Hash further fix 2015-04-05 12:32:40 +01:00
Internal [Internal] actually initialize the array to n, not to 0. 2015-04-10 09:26:17 +01:00
KDF move more compat things into Internal.Compat. 2015-04-05 07:46:34 +01:00
MAC just like poly1305, add a way to mac multiple inputs 2014-11-09 09:59:35 +00:00
Math merge crypto-numbers minus all the random parts 2015-02-09 05:47:11 +00:00
Number fix warnings 2015-04-05 12:19:26 +01:00
PubKey fix warnings 2015-04-05 12:19:26 +01:00
Random add simple ChaChaRNG 2015-04-03 07:27:44 +01:00
Error.hs add crypto errors standard enumeration and some helper. 2015-04-07 10:56:38 +01:00
Hash.hs add kekkak 2014-08-14 13:47:41 +02:00
Random.hs add Crypto.Random abstraction interface 2015-04-03 07:28:07 +01:00