aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss
Commit message (Expand)AuthorAgeFilesLines
* More header mergingJack Lloyd2020-11-0314-771/+769
* Add missing includeJack Lloyd2020-11-013-0/+3
* More cleanup of XMSS headersJack Lloyd2020-11-018-518/+480
* Add missing includeJack Lloyd2020-10-311-0/+1
* Make several XMSS implementation headers internalJack Lloyd2020-10-3119-88/+112
* Merge some of the ASN.1 headersJack Lloyd2020-10-314-7/+4
* Resolve Doxygen warningsJack Lloyd2020-10-281-0/+2
* fix "string is not a member of std" error on windows compilation without threadsIbrahim Soliman Mohamed Soliman2020-08-241-0/+2
* Fix cppcheck findingsRené Fischer2020-06-051-1/+1
* fix leaf index size in comment for XMSS_Signature::bytes()Philippe Lieser2020-05-201-2/+2
* Avoid UbSan false positive in GCCJack Lloyd2020-04-0610-125/+95
* Build and link the tests and cli on baremetal as wellJack Lloyd2020-03-151-0/+4
* Fix MSVC warnings in XMSSJack Lloyd2019-12-066-19/+20
* Add -Werror mode for CI buildJack Lloyd2019-12-032-15/+17
* Fix unreachable codeJack Lloyd2019-11-251-1/+0
* Add missing certificatesRené Korthaus2019-10-232-0/+2
* Add support for XMSS X.509 certificatesRené Korthaus2019-10-215-25/+74
* Deprecate many publically available headersJack Lloyd2019-09-066-1/+13
* Add Private_Key::stateful_operation and use it in cli signerJack Lloyd2019-07-301-0/+2
* Fix various MSVC warningsJack Lloyd2019-06-291-1/+1
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-231-1/+1
* Use qualified-id for XMSS key size checkMatthias Gierlings2019-06-212-2/+2
* Fix param names to match RFCJack Lloyd2019-05-131-24/+24
* Fix param namesJack Lloyd2019-05-101-23/+23
* Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-10/+6
* Updates copyright noticesMatthias Gierlings2019-05-0611-11/+11
* Updates references to XMSS the standard documentMatthias Gierlings2019-05-0611-47/+37
* Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-064-92/+92
* Remove unnecessary cmath includesJack Lloyd2019-03-262-6/+9
* Remove previous runtime testing for thread countersJack Lloyd2019-03-262-132/+0
* Use the global thread pool for XMSS signaturesJack Lloyd2019-03-261-34/+37
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-185-12/+9
* Fix some warnings from PVS-StudioJack Lloyd2019-01-172-5/+5
* Silence MSVC warningsJack Lloyd2018-12-042-3/+3
* Make exceptions easier to translate to error codesJack Lloyd2018-11-232-4/+2
* Implements correct XMSS signature size calculationMatthias Gierlings2018-08-241-2/+4
* Add PK_Signer::signature_lengthJack Lloyd2018-08-102-0/+8
* Improves "Avoid repeated allocations in XMSS chain function"Matthias Gierlings2018-05-271-1/+2
* Avoid repeated allocations in XMSS chain functionJack Lloyd2018-05-271-1/+4
* Fixes XMSS leaf index bounds sanity checkMatthias Gierlings2018-05-253-5/+4
* Add an explicit test mode buildJack Lloyd2018-04-141-2/+2
* Merge GH #1531 Improve XMSS test coverageJack Lloyd2018-04-143-12/+8
|\
| * Removes unused overload in XMSS_HashMatthias Gierlings2018-04-122-12/+0
| * Codecov - cover MT code in XMSS_PrivateKeyMatthias Gierlings2018-04-121-0/+8
* | Merge GH #1537 Add missing XMSS signature length checkJack Lloyd2018-04-122-22/+21
|\ \
| * | Adds missing XMSS signature length check.Matthias Gierlings2018-04-122-22/+21
| |/
* / In XMSS_Tools::bench_threads only call hardware_concurrency onceJack Lloyd2018-04-121-7/+9
|/
* Remove the unused XMSS-WOTS operationsJack Lloyd2017-12-2711-397/+0
* Avoid relying on AutoSeeded_RNG in XMSSJack Lloyd2017-12-232-3/+4
* Clean up XMSS self-benchmarkJack Lloyd2017-12-161-6/+4