cryptonite/Crypto
kinoru 558c21491e Fix typo: Kekkak -> Keccak
The SHA-3 winning algorithm's name is Keccak (pronounced "catch-ack"),
not Kekkak.

- <http://keccak.noekeon.org/>
- <http://www.nist.gov/itl/csd/sha-100212.cfm>
- <https://en.wikipedia.org/wiki/SHA-3>
2015-10-27 14:56:42 +00:00
..
Cipher Added support for incrementing Nonces 2015-10-05 14:08:08 -04:00
Data [Padding] add PKCS5/PKCS7 padding/unpadding methods 2015-08-18 12:03:05 +01:00
Error add new MAC key error 2015-07-29 09:45:51 +01:00
Hash Fix typo: Kekkak -> Keccak 2015-10-27 14:56:42 +00:00
Internal [endianess] fix some issues on non supported arches 2015-08-28 17:10:27 +01:00
KDF BCrypt module doc updates 2015-09-01 15:22:58 +01:00
MAC [Poly1305] add NFData for Tag. 2015-07-30 14:40:35 +01:00
Math merge crypto-numbers minus all the random parts 2015-02-09 05:47:11 +00:00
Number [number] cleanup in serialization 2015-06-01 13:03:21 +01:00
PubKey [ECC] fix compilation of missing numBits 2015-09-22 17:48:43 +01:00
Random Use non-blocking IO with /dev/random. 2015-06-29 07:32:42 +00: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
Random.hs [random] add a System "DRG" 2015-06-20 15:51:42 +01:00