Commit Graph

38 Commits

Author SHA1 Message Date
Vincent Hanquez
f2bfecfa3e add RC4 2014-07-21 10:58:42 +01:00
Vincent Hanquez
7185a5b871 unexpand QR macro in salsa 2014-07-19 20:30:23 +01:00
Vincent Hanquez
d750233612 fix some KAThash warnings 2014-07-19 20:29:51 +01:00
Vincent Hanquez
f328269199 mark salsa load32 as static inline 2014-07-19 18:00:54 +01:00
Vincent Hanquez
5097e18d30 Merge branch 'entropy'
Conflicts:
	cryptonite.cabal
2014-07-19 15:07:59 +01:00
Vincent Hanquez
6005eca7bd make the entropy gathering simpler for certain setup, and cleanup a bit 2014-07-19 15:06:39 +01:00
Vincent Hanquez
1c964bb9f7 Merge branch 'legacy' 2014-07-18 15:40:57 +01:00
Vincent Hanquez
8562223d57 fix some harmless warnings with LLVM with signed vs unsigned buffer types. 2014-07-18 15:32:55 +01:00
Vincent Hanquez
a0ce598e37 add PBKDF2 2014-07-18 15:26:01 +01:00
Vincent Hanquez
8779ba8927 add test vectors to test suite. 2014-07-18 06:04:22 +01:00
Vincent Hanquez
dc88806b29 add pbkdf2 test vectors 2014-07-18 06:00:32 +01:00
Vincent Hanquez
f8444e3564 Merge remote-tracking branch 'origin/master' 2014-07-17 16:55:52 +01:00
Vincent Hanquez
bfebb195bb remove 7.0 and 7.2 2014-07-15 15:43:05 +01:00
Vincent Hanquez
3cfac3f34e add instances of IsString for ghc 7.4.x 2014-07-15 15:26:35 +01:00
Vincent Hanquez
fc2461c2b1 remove 6.12 2014-07-15 14:56:57 +01:00
Vincent Hanquez
0a5d746cad remove mtl as dependency 2014-07-15 14:48:27 +01:00
Vincent Hanquez
e3a1fc177a remove some ghc versions 2014-07-15 14:48:16 +01:00
Vincent Hanquez
be64f769bf add a bug-reports url 2014-07-15 14:18:45 +01:00
Vincent Hanquez
e715f37308 add status icons. 2014-07-15 14:12:31 +01:00
Vincent Hanquez
4ad3c00e40 add travis-ci 2014-07-15 14:11:44 +01:00
Vincent Hanquez
8451db7d1d add an item in TODO and extend another one. 2014-07-10 06:14:05 +01:00
Vincent Hanquez
5e23ef92a5 add HMAC 2014-07-09 13:15:49 +01:00
Vincent Hanquez
4e955ad505 merge entropy from crypto-random 2014-07-09 08:12:34 +01:00
Vincent Hanquez
09feb59f62 merge cryptohash 2014-07-07 14:55:55 +01:00
Vincent Hanquez
ec1a44881d fix empty loop in poly1305 for final case 2014-07-07 08:10:37 +01:00
Vincent Hanquez
336093c53b Merge branch 'salsa'
Conflicts:
	README.md
	cryptonite.cabal
	tests/Tests.hs
2014-07-07 08:10:31 +01:00
Vincent Hanquez
d6af6ff023 Merge remote-tracking branch 'origin/poly1305' 2014-07-07 08:05:54 +01:00
Vincent Hanquez
16eb6fa387 Add Salsa20 cipher. most is copied from the ChaCha implementation 2014-07-07 08:04:57 +01:00
Vincent Hanquez
937d52c1a6 fix generate dst offset. not used anyway for now 2014-07-07 08:03:54 +01:00
Vincent Hanquez
bb3d38215f fix sign-ess warning with string constants 2014-07-07 06:42:29 +01:00
Vincent Hanquez
be7ffaac80 add chunking tests and fix a buf with partial buffer 2014-07-07 04:59:47 +01:00
Vincent Hanquez
7c03f3314b faster one-pass auth call. 2014-07-07 04:41:35 +01:00
Vincent Hanquez
c4c0802f80 Add working implementation of poly1305 with 1 test vector. 2014-07-06 15:44:54 +01:00
Vincent Hanquez
9fd200e407 add Poly1305 module (non-exposed) 2014-07-06 14:06:20 +01:00
Vincent Hanquez
d6fb108d5a add poly1305 .h 2014-07-06 14:05:44 +01:00
Vincent Hanquez
9547110a88 add prototype poly1305 cbits 2014-07-05 14:14:41 +01:00
Vincent Hanquez
a63005dcb1 correct location 2014-07-04 14:59:30 +01:00
Vincent Hanquez
fb85f8639f initial commit. 2014-07-04 14:58:01 +01:00