aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecdh.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-2/+2
|
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
|
* More include header cleanupsJack Lloyd2017-09-211-1/+0
|
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-12/+18
|
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-2/+2
| | | | | | 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.
* Test PK key creation via create_private_key APIJack Lloyd2016-10-311-8/+1
|
* Added test vectors ecdh_kat and ecdh_keygen for frp256v1Simon Cogliani2016-07-311-1/+1
|
* Add ECDH testsJack Lloyd2016-01-031-0/+74
| | | | Only has vectors for NIST curves (data taken from NIST CAVS file)
* Split up public key tests and data, use new test frameworklloyd2014-01-051-132/+0
|
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+132