aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss
Commit message (Expand)AuthorAgeFilesLines
* Apply final annotations to the library alsoJack Lloyd2017-09-227-7/+7
* More include header cleanupsJack Lloyd2017-09-216-4/+4
* Clean up header includesJack Lloyd2017-09-2115-31/+13
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-2022-44/+44
* Add API stability annotations.Jack Lloyd2017-09-196-6/+6
* Clean up use of <limits> headerJack Lloyd2017-09-035-14/+3
* More MSVC warnings fixesJack Lloyd2017-08-311-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-284-7/+3
* Content:Tomasz Frydrych2017-04-0310-14/+13
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Remove unnecessary BOTAN_DLL annotationsJack Lloyd2016-12-273-4/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1832-256/+256
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-113-6/+6
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-18/+0
* Add Private_Key::private_key_info()René Korthaus2016-12-053-4/+4
* Add Public_Key::subject_public_key()René Korthaus2016-12-053-9/+8
* Expose pk_ops.h as public interface againJack Lloyd2016-12-045-5/+5
* Merge GH #718 Add XMSS WOTS schemeJack Lloyd2016-11-2616-43/+563
|\
| * Adds changes from XMSS Review & resolves conflictsMatthias Gierlings2016-11-1210-120/+32
| * Adds optional XMSS WOTS stand-alone componentsMatthias Gierlings2016-11-1213-8/+566
| * Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-125-3/+53
* | Correct XMSS crash when a hash was disabledJack Lloyd2016-11-254-12/+20
* | Make XMSS more friendly about invalid params.Jack Lloyd2016-11-254-30/+53
* | Merge GH #736 Add SHAKE support to XMSSJack Lloyd2016-11-254-102/+94
|\ \
| * | Adds SHAKE support for XMSSMatthias Gierlings2016-11-254-102/+94
* | | Avoid having source files start with /**Jack Lloyd2016-11-2529-29/+29
|/ /
* / Don't force HMAC_DRBG to be enabledJack Lloyd2016-11-182-2/+1
|/
* Remove unused Key_Type typedefsJack Lloyd2016-11-122-4/+0
* Fixes for XMSS wrt 9c72dabc9Jack Lloyd2016-11-125-31/+6
* Implements changes from XMSS reviewMatthias Gierlings2016-11-1113-82/+18
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-1131-0/+4099