aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_xmss.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix param names to match RFCJack Lloyd2019-05-131-1/+1
* Fix param namesJack Lloyd2019-05-101-1/+1
* Adds new test casesMatthias Gierlings2019-05-061-1/+1
* Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-061-2/+2
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-7/+7
* Adds missing XMSS signature length check.Matthias Gierlings2018-04-121-1/+24
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-3/+3
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-13/+18
* Add test option --run-long-testsJack Lloyd2016-12-241-0/+16
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-4/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-3/+1
* Make XMSS more friendly about invalid params.Jack Lloyd2016-11-251-3/+14
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Add params to XMSS test inputsJack Lloyd2016-11-121-4/+10
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+72