Jeffrey Walton
5bedc2a182
Add additional BLAKE2 test vectors (GH #921 )
2020-01-10 00:04:32 -05:00
Jeffrey Walton
5fcd3adbbf
Update comments
2019-10-13 01:47:56 -04:00
Jeffrey Walton
1196755f06
Add additional test vector
...
This rounds them out from 499 to 500
2019-10-13 01:36:45 -04:00
Jeffrey Walton
c88f53c862
Add XTS test vectors to All collection
2019-10-12 07:43:18 -04:00
Jeffrey Walton
76c29eadaf
Add XTS block cipher mode of operation (GH #891 , PR #892 )
2019-10-12 07:14:38 -04:00
Jeffrey Walton
9e22df09a1
Prepare for Crypto++ 8.2 release
2019-04-28 11:48:04 -04:00
Jeffrey Walton
cdaac6b844
Add SKIPJACK/CBC test vectors (GH #824 )
...
Generated using Botan 1.11.17, https://github.com/noloader/cryptopp-test/tree/master/SKIPJACK
2019-04-27 14:21:48 -04:00
Jeffrey Walton
d1b1554188
Add SKIPJACK test vectors from SP800-17, Table 6, pp. 140-42 (GH #824 )
2019-04-27 13:24:54 -04:00
Jeffrey Walton
c6e8a61b8b
Add SHAKE-128 and SHAKE-256 (GH #805 , PR #806 )
2019-02-12 19:51:37 -05:00
Jeffrey Walton
65b10a4af8
Add additional XChaCha20/Poly1305 test vectors (GH #724 )
...
These test vectors were generated with Botan
2019-02-08 17:08:17 -05:00
Jeffrey Walton
b9eea8e842
Add additional ChaCha20/Poly1305 test vectors (GH #724 )
...
These test vectors were generated with Botan
2019-02-08 16:38:23 -05:00
Jeffrey Walton
76b47204df
Add IETF XChaCha20Poly1305 (GH #727 , PR #795 )
2019-02-06 04:14:39 -05:00
Jeffrey Walton
26c83877ef
Add IETF XChaCha (GH #727 , PR #794 )
2019-02-06 01:03:28 -05:00
Jeffrey Walton
dd48a7acef
Fix ChaCha20/Poly1305 when using filters (GH #724 )
2019-01-30 00:55:27 -05:00
Jeffrey Walton
e388f2d88d
Add Poly1305TLS algorithm (GH #727 )
...
This is the IETF's rendition of Poly1305 that forgoes AES and the nonce, and uses 16-bytes of the key directly to mac the message
2019-01-27 01:41:53 -05:00
Jeffrey Walton
e17f17d8fc
Add tamper comment to Poly1305(AES) tests
2019-01-26 13:12:46 -05:00
Jeffrey Walton
69286301e0
Add Poly1305(AES) test vectors
2019-01-26 12:54:47 -05:00
Jeffrey Walton
798e4d85b3
Update comments
2019-01-25 05:06:06 -05:00
Jeffrey Walton
d7e416d403
Add additional ChaChaTLS test vectors
...
These test vectors were generated from a modified Bernstein reference implementation.
2019-01-25 05:03:27 -05:00
Jeffrey Walton
caaaaa7691
Add additional ChaChaTLS test vectors
...
These test vectors were generated from a modified Bernstein reference implementation.
2019-01-25 02:34:44 -05:00
Jeffrey Walton
7923a97d24
Enable ChaCha-TLS tests in test vectors
2019-01-25 01:03:22 -05:00
Jeffrey Walton
099f870c55
Add additional ChaChaTLS test vectors from RFC 7539
2019-01-24 21:15:48 -05:00
Jeffrey Walton
5603661eec
Add ChaChaTLS implementation (GH #265 )
...
We tweaked ChaCha to arrive at the IETF's implementation specified by RFC 7539. We are not sure how to handle block counter wrap. At the moment the caller is responsible for managing it. We were not able to find a reference implementation so we disable SIMD implementations like SSE, AVX, NEON and Power4. We need the wide block tests for corner cases to ensure our implementation is correct.
2019-01-24 09:36:05 -05:00
Jeffrey Walton
704762ba2c
Add Test vectors and data to VS project files
2018-12-15 04:24:30 -05:00
Jeffrey Walton
8b13c2a8d0
Whitespace check-in
...
Look, we can finally use whitespace to add breaks and make these somewhat readable.
2018-11-05 20:43:11 -05:00
Jeffrey Walton
7c0be4ea8f
Add additional Salsa test vectors
2018-11-05 09:00:32 -05:00
Jeffrey Walton
5de6545827
Add additional test vectors
2018-11-04 20:05:08 -05:00
Jeffrey Walton
d7a3562c0b
Whitespace check-in
2018-11-04 14:36:55 -05:00
Jeffrey Walton
87d679bc7e
Add additional ChaCha20 test vectors (GH #732 )
...
The additional tests ensure we cross the 32-bit boundary used by the state counters
2018-11-04 14:34:32 -05:00
Jeffrey Walton
40fa6873f9
Add ability to Seek64 in test framework (GH #732 )
...
Also see https://github.com/randombit/botan/pull/1728
2018-11-04 14:21:54 -05:00
Jeffrey Walton
916c4484a2
Add ChaCha SSE2 implementation
...
Thanks to Jack Lloyd and Botan for allowing us to use the implementation.
The numbers for SSE2 are very good. When compared with Salsa20 ASM the results are:
* Salsa20 2.55 cpb; ChaCha/20 2.90 cpb
* Salsa20/12 1.61 cpb; ChaCha/12 1.90 cpb
* Salsa20/8 1.34 cpb; ChaCha/8 1.5 cpb
2018-10-23 07:57:59 -04:00
Jeffrey Walton
35b874b527
Add additional ChaCha tests
2018-10-23 07:35:41 -04:00
Jeffrey Walton
e2be0cdecc
Make ChaCha an Salsa use the same design pattern
2018-08-17 06:19:30 -04:00
Jeffrey Walton
2f83777e9b
Backout ChaCha changes to Crypto++ 7.0
...
These changes made it in by accident at Commit b74a6f4445
. We were going to try to let them ride but they broke versioning. They may be added later but we should avoid the change at this time.
2018-07-25 16:25:41 -04:00
Jeffrey Walton
f065f193c1
Fixed failed ChaCha tests
...
We switched to the pattern used for Salsa but did not update the name in the test vector file
2018-07-06 22:30:11 -04:00
Jeffrey Walton
8c871b40ae
Update comments
2018-07-05 22:42:17 -04:00
Jeffrey Walton
989bf6dc5e
Add HC-256 stream cipher (GH #680 )
2018-07-05 06:43:04 -04:00
Jeffrey Walton
8e430daadf
Add additional HC-128 test vectors (GH #679 )
2018-07-05 00:45:52 -04:00
Jeffrey Walton
dd31eb80c0
Add HC-128 stream cipher (GH #679 )
2018-07-05 00:29:07 -04:00
Jeffrey Walton
93f46e4302
Update comments
2018-07-04 21:53:08 -04:00
Jeffrey Walton
bfe91dc732
Add additional Rabbit test vectors (GH #678 )
2018-07-04 19:34:51 -04:00
Jeffrey Walton
d00777e1d7
Add Rabbit stream cipher (GH #678 )
2018-07-04 03:47:28 -04:00
Jeffrey Walton
5fd0e98a41
Add additional SIMECK tests (GH #675 )
2018-06-30 09:48:09 -04:00
Jeffrey Walton
8b3c472333
Add additional SIMECK tests (GH #675 )
2018-06-30 09:41:38 -04:00
Jeffrey Walton
ac036496d3
Add Simeck lightweight block cipher (GH #675 )
...
Add Simeck lightweight block cipher (GH #675 )
2018-06-30 02:43:12 -04:00
Jeffrey Walton
b613522794
Fix copy/paste error
2018-06-25 15:38:50 -04:00
Jeffrey Walton
2f5b110b52
Add HIGHT lightweight block cipher (GH #672 )
2018-06-24 00:54:16 -04:00
Jeffrey Walton
3af3b8019b
Add additional LEA test vectors (GH #669 )
2018-06-23 17:58:12 -04:00
Jeffrey Walton
72d5d42746
Add additional LEA test vectors (GH #669 )
2018-06-23 17:38:07 -04:00
Jeffrey Walton
34dcb0d4cd
Add additional CHAM test vectors (PR #670 )
...
This is in preparation for SSE and large block processing. CTR mode is used because AdvancedProcessBlocks128_4x1_SSE
2018-06-19 17:09:43 -04:00