aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_publickey.h
Commit message (Expand)AuthorAgeFilesLines
* 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