aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecc_pointmul.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Test all multiplication variants in ECC scalar mult testJack Lloyd2018-06-251-4/+15
|
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-3/+3
|
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
|
* More include header cleanupsJack Lloyd2017-09-211-2/+0
|
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-4/+4
|
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-4/+1
| | | | | | Turns out astyle has some bugs wrt C++11 initialize lists. Rather than having astyle mangle all of the tests, convert to using a string which is split once at the start instead of a vector of keys.
* Fix PointGFp multiplication bugJack Lloyd2016-01-031-7/+3
| | | | | | There was a special case for small scalars which managed to forget that the integer 3 also fits into two bits. Found by adding a new set of ECC point mul tests for the NIST curves.
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
| | | | | | | Understand using '-' on the command line to mean stdin Fix last few unit tests that wanted to write to the filesystem; removes outdata directory.
* Update and consolidate the test framework.Jack Lloyd2015-11-111-58/+32
| | | | | | | | | | | The tests previously had used 4 to 6 different schemes internally (the vec file reader framework, Catch, the old InSiTo Boost.Test tests, the PK/BigInt tests which escaped the rewrite in 1.11.7, plus a number of one-offs). Converge on a design that works everywhere, and update all the things. Fix also a few bugs found by the test changes: SHA-512-256 name incorrect, OpenSSL RC4 name incorrect, signature of FFI function botan_pubkey_destroy was wrong.
* Fix TEST_DATA_DIRSimon Warta2015-07-151-1/+1
|
* ECC pointmul test requires ECDSASimon Warta2015-07-061-0/+8
|
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+75
Fixes #146.