aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_verification_operation.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+2
* More cleanup of XMSS headersJack Lloyd2020-11-011-6/+1
* Avoid UbSan false positive in GCCJack Lloyd2020-04-061-4/+3
* Additional final annotationsJack Lloyd2017-10-151-3/+2
* Remove unnecessary virtuals from final classesJack Lloyd2017-10-021-2/+0
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-2/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Clean up header includesJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-281-2/+2
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove unnecessary BOTAN_DLL annotationsJack Lloyd2016-12-271-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* 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
* Remove unused Key_Type typedefsJack Lloyd2016-11-121-2/+0
* Fixes for XMSS wrt 9c72dabc9Jack Lloyd2016-11-121-15/+0
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-111-0/+99