summaryrefslogtreecommitdiff
path: root/xmss_fast.c
AgeCommit message (Expand)Author
2019-10-09wrap stdint.h include in HAVE_STDINT_HDamien Miller
2018-03-23upstream: ssh/xmss: fix build; ok djm@markus@openbsd.org
2018-03-02upstream: Add $OpenBSD$ markers to xmss files to help keep synceddtucker@openbsd.org
2018-02-28Add WITH_XMSS, move to prevent conflicts.Darren Tucker
2018-02-28Conditionally compile XMSS code.Darren Tucker
2018-02-26Wrap <stdint.h> in #ifdef HAVE_STDINT_H.Darren Tucker
2018-02-26XMSS-related files get includes.hDamien Miller
2018-02-26upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org