aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_c25519.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add test option --run-long-testsJack Lloyd2016-12-241-1/+1
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Test PK key creation via create_private_key APIJack Lloyd2016-10-311-8/+1
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+2
* Check result of dynamic_castJack Lloyd2016-02-091-10/+17
* add missing overridesDaniel Neus2016-01-081-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-1/+1
* Update and consolidate the test framework.Jack Lloyd2015-11-111-88/+88
* Fix TEST_DATA_DIRSimon Warta2015-07-151-1/+1
* Misread which call MSVC was complaining aboutJack Lloyd2015-07-041-5/+7
* MSVC fix, for some reason it believes the load_key call to be ambigiousJack Lloyd2015-07-041-1/+2
* Add a roundtrip test of curve25519 keysJack Lloyd2015-07-041-0/+58
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-7/+8
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-1/+1
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+56