aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_publickey.h
Commit message (Expand)AuthorAgeFilesLines
* Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-1/+1
* Implements multithreading support for XMSSMatthias Gierlings2017-11-211-2/+2
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-6/+6
* 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
* Clean up use of <limits> headerJack Lloyd2017-09-031-1/+0
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-281-2/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-19/+19
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-3/+3
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-5/+4
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-1/+1
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Fixes for XMSS wrt 9c72dabc9Jack Lloyd2016-11-121-2/+2
* Implements changes from XMSS reviewMatthias Gierlings2016-11-111-12/+2
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+273