summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/xmss_hash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add $OpenBSD$ markers to xmss files to help keep synced with portable.dtucker2018-02-261-0/+1
| | | | ok djm@.
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-0/+133
The code is not compiled in by default (see WITH_XMSS in Makefile.inc) Joint work with stefan-lukas_gazdag at genua.eu See https://tools.ietf.org/html/draft-irtf-cfrg-xmss-hash-based-signatures-12 ok djm@