aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_signature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includeJack Lloyd2020-10-311-0/+1
* Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-061-7/+3
* Remove unnecessary cmath includesJack Lloyd2019-03-261-1/+0
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-2/+2
* Fixes XMSS leaf index bounds sanity checkMatthias Gierlings2018-05-251-1/+1
* Adds missing XMSS signature length check.Matthias Gierlings2018-04-121-21/+20
* Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-1/+1
* Implements multithreading support for XMSSMatthias Gierlings2017-11-211-4/+4
* Clean up header includesJack Lloyd2017-09-211-1/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+96