aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_wots_privatekey.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused XMSS-WOTS operationsJack Lloyd2017-12-271-5/+0
* Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-2/+2
* Implements multithreading support for XMSSMatthias Gierlings2017-11-211-14/+103
* Remove unnecessary virtuals from final classesJack Lloyd2017-10-021-2/+2
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-1/+1
* Header cleanupsJack Lloyd2017-09-281-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Clean up header includesJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
* Merge GH #718 Add XMSS WOTS schemeJack Lloyd2016-11-261-23/+10
|\
| * Adds changes from XMSS Review & resolves conflictsMatthias Gierlings2016-11-121-19/+9
| * Adds optional XMSS WOTS stand-alone componentsMatthias Gierlings2016-11-121-4/+1
* | Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
|/
* Fixes for XMSS wrt 9c72dabc9Jack Lloyd2016-11-121-1/+1
* Implements changes from XMSS reviewMatthias Gierlings2016-11-111-1/+1
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+265