summaryrefslogtreecommitdiff
path: root/regtest2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingJeffrey Walton2020-12-181-1/+1
* Add IETF XChaCha (GH #727, PR #794)Jeffrey Walton2019-02-061-0/+2
* Add Poly1305TLS algorithm (GH #727)Jeffrey Walton2019-01-271-0/+1
* Add ChaChaTLS implementation (GH #265)Jeffrey Walton2019-01-241-0/+1
* Make ChaCha an Salsa use the same design patternJeffrey Walton2018-08-171-3/+1
* Cleanup head notes and includesJeffrey Walton2018-07-271-3/+4
* Split regtest2.cpp into two filesJeffrey Walton2018-07-271-144/+31
* Backout ChaCha changes to Crypto++ 7.0Jeffrey Walton2018-07-251-1/+3
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-3/+1
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+2
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-0/+2
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+3
* Add Simeck lightweight block cipher (GH #675)Jeffrey Walton2018-06-301-1/+7
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-1/+4
* Add additional LEA test vectors (GH #669)Jeffrey Walton2018-06-231-5/+6
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+6
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+4
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+15
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-15/+0
* Convert Kalyna from variable block size (GH #535)Jeffrey Walton2018-01-181-3/+9
* Fix Simon-64 and Speck-64 CTR modeJeffrey Walton2017-12-071-8/+8
* Add SM4 block ciphers (GH #540)Jeffrey Walton2017-11-231-0/+5
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-2/+9
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-0/+9
* Fix algorithm names for Threefish (GH #535)Jeffrey Walton2017-11-181-9/+9
* Remove variable block size for Threefish (GH #535)Jeffrey Walton2017-11-171-3/+11
* Add HMAC(SHA256) benchmarkJeffrey Walton2017-08-071-1/+1
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Add Threefish block cipher (Issue 422)Jeffrey Walton2017-05-141-0/+4
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* Remove EncryptBlockCipherJeffrey Walton2017-05-101-0/+1
* Revert "XOR block in specialized ProcessBlock"Jeffrey Walton2017-05-101-1/+0
* XOR block in specialized ProcessBlockJeffrey Walton2017-05-101-0/+1
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-3/+3
* Add variable block size support to test and benchmarksJeffrey Walton2017-05-041-0/+2
* Fix commentJeffrey Walton2017-04-141-1/+1
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-0/+142