summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-xmss.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-0/+188
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@