aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_signature_operation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-081-2/+2
* Make several XMSS implementation headers internalJack Lloyd2020-10-311-0/+1
* Avoid UbSan false positive in GCCJack Lloyd2020-04-061-6/+7
* Fix MSVC warnings in XMSSJack Lloyd2019-12-061-1/+1
* Updates copyright noticesMatthias Gierlings2019-05-061-1/+1
* Updates references to XMSS the standard documentMatthias Gierlings2019-05-061-4/+3
* Silence MSVC warningsJack Lloyd2018-12-041-2/+2
* Implements correct XMSS signature size calculationMatthias Gierlings2018-08-241-2/+4
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+6
* Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-1/+1
* Implements multithreading support for XMSSMatthias Gierlings2017-11-211-3/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Merge GH #718 Add XMSS WOTS schemeJack Lloyd2016-11-261-1/+1
|\
| * Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-121-1/+1
* | Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
|/
* Implements changes from XMSS reviewMatthias Gierlings2016-11-111-2/+2
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+112