aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_privatekey.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warnings in XMSSJack Lloyd2019-12-061-8/+8
* Add -Werror mode for CI buildJack Lloyd2019-12-031-8/+10
* Add missing certificatesRené Korthaus2019-10-231-0/+1
* Add support for XMSS X.509 certificatesRené Korthaus2019-10-211-4/+25
* Use qualified-id for XMSS key size checkMatthias Gierlings2019-06-211-1/+1
* Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-061-2/+2
* Updates copyright noticesMatthias Gierlings2019-05-061-1/+1
* Updates references to XMSS the standard documentMatthias Gierlings2019-05-061-5/+4
* Remove unnecessary cmath includesJack Lloyd2019-03-261-5/+9
* Use the global thread pool for XMSS signaturesJack Lloyd2019-03-261-34/+37
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-3/+2
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-4/+4
* Fixes XMSS leaf index bounds sanity checkMatthias Gierlings2018-05-251-2/+1
* Fix signed vs unsigned comparison warningJack Lloyd2017-12-051-1/+1
* Adds runtime benchmark to guess phys. core count.Matthias Gierlings2017-11-231-3/+3
* Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-1/+1
* Adds guards for environments without threadsMatthias Gierlings2017-11-211-1/+7
* Implements multithreading support for XMSSMatthias Gierlings2017-11-211-14/+139
* More include header cleanupsJack Lloyd2017-09-211-1/+1
* Clean up header includesJack Lloyd2017-09-211-1/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-12/+12
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-1/+1
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+188