Luke Taylor
a888501bb8
Add bcrypt tests
...
Mostly copied from openwall source, leaving out the unsupported 2x
tests and special bug-related tests for passwords containing 0xFF bytes.
2015-08-26 10:33:36 +01:00
Vincent Hanquez
cd8f70e062
[Padding] add PKCS5/PKCS7 padding/unpadding methods
2015-08-18 12:03:05 +01:00
Vincent Hanquez
ce849fb0d2
[ChaChaPoly1305] add implementation and simple KAT test
2015-07-19 17:53:56 +01:00
Vincent Hanquez
a4baf9383b
[test] add random number generation tests
2015-05-23 11:58:57 +01:00
Vincent Hanquez
80b379c98d
cleanup tests, and improve testing of hash algorithms
2015-05-20 07:14:05 +01:00
Vincent Hanquez
e6a7cc0dab
[Tests] split ChaCha in own module
2015-05-10 08:00:05 +01:00
Vincent Hanquez
7f39b15e91
[Tests] move Salsa tests
2015-05-10 07:57:20 +01:00
Vincent Hanquez
bdb463cc91
move Poly1305 tests to its own file
2015-05-10 07:50:18 +01:00
Vincent Hanquez
9ae9e38ce2
move to memory stuff
2015-05-09 14:23:32 +01:00
Vincent Hanquez
e82c0524e4
[tests] rename Hash module
2015-05-06 11:48:08 +01:00
Vincent Hanquez
b28109ecb4
[tests] re-enable poly1305
2015-05-02 15:43:49 +01:00
Vincent Hanquez
db7c3bbb4f
[hash] massive overhaul of the hash interface
...
use the typeclass for the lowest IO impure C bindings definitions,
and define the pure interface as generic on top of this.
At the same time define an Hash.IO interface to allow mutable manipulations
of hash contextes when necessary.
Use HashAlgorithm instead of HashFunction in the [PubKey] sections
Tweak the HMAC, PBKDF2 functions to be more efficient and use the new interface
2015-04-30 06:18:07 +01:00
Vincent Hanquez
0aaa6a9e9a
[Ed25519] Add haskell bindings and tests
2015-04-19 09:24:37 +01:00
Vincent Hanquez
03fab98cd2
[AES] add KAT and properties tests for AES128,192,256
2015-04-18 07:33:34 +01:00
Vincent Hanquez
bc306afc1b
[DES] fix serialization
2015-04-09 17:22:57 +01:00
Vincent Hanquez
cf47754776
use more Imports
2015-04-08 22:48:46 +01:00
Vincent Hanquez
386e0e170f
fixup cipher tests
2015-04-08 20:44:20 +01:00
Vincent Hanquez
6eae9b0557
fix warnings
2015-04-05 12:19:26 +01:00
Vincent Hanquez
599024e581
add public key tests
2015-04-03 07:33:16 +01:00
Vincent Hanquez
ba565ce6f0
add AFIS tests
2015-04-03 07:28:16 +01:00
Vincent Hanquez
033b9ced81
add support for curve 25519
2015-01-27 06:25:41 +00:00
Vincent Hanquez
3c3910cb34
add blowfish and scrypt tests
2014-07-23 06:06:30 -07:00
Vincent Hanquez
f2bfecfa3e
add RC4
2014-07-21 10:58:42 +01:00
Vincent Hanquez
1c964bb9f7
Merge branch 'legacy'
2014-07-18 15:40:57 +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
3cfac3f34e
add instances of IsString for ghc 7.4.x
2014-07-15 15:26:35 +01:00
Vincent Hanquez
5e23ef92a5
add HMAC
2014-07-09 13:15:49 +01:00
Vincent Hanquez
09feb59f62
merge cryptohash
2014-07-07 14:55:55 +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
16eb6fa387
Add Salsa20 cipher. most is copied from the ChaCha implementation
2014-07-07 08:04:57 +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
c4c0802f80
Add working implementation of poly1305 with 1 test vector.
2014-07-06 15:44:54 +01:00
Vincent Hanquez
fb85f8639f
initial commit.
2014-07-04 14:58:01 +01:00