Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Joost Rijneveld 0986ceb2b7
Add README file mentioning XDR
vor 7 Jahren
test Add parameter for hash alg family, support SHAKE vor 7 Jahren
.gitignore Make XMSSMT also use BDS tree traversal vor 9 Jahren
Makefile Add parameter for hash alg family, support SHAKE vor 7 Jahren
README.md Add README file mentioning XDR vor 7 Jahren
fips202.c Add parameter for hash alg family, support SHAKE vor 7 Jahren
fips202.h Add parameter for hash alg family, support SHAKE vor 7 Jahren
hash.c Add parameter for hash alg family, support SHAKE vor 7 Jahren
hash.h Add parameter for hash alg family, support SHAKE vor 7 Jahren
hash_address.c v06 vor 8 Jahren
hash_address.h v06 vor 8 Jahren
randombytes.c Make codestyle more consistent, fix -Wextra warns vor 8 Jahren
randombytes.h Initial commit vor 9 Jahren
wots.c Add parameter for hash alg family, support SHAKE vor 7 Jahren
wots.h Add parameter for hash alg family, support SHAKE vor 7 Jahren
xmss.c Add parameter for hash alg family, support SHAKE vor 7 Jahren
xmss.h Add parameter for hash alg family, support SHAKE vor 7 Jahren
xmss_commons.c v06 vor 8 Jahren
xmss_commons.h v06 vor 8 Jahren
xmss_fast.c Add parameter for hash alg family, support SHAKE vor 7 Jahren
xmss_fast.h Add parameter for hash alg family, support SHAKE vor 7 Jahren
zerobytes.c Make codestyle more consistent, fix -Wextra warns vor 8 Jahren
zerobytes.h Initial commit vor 9 Jahren

README.md

XMSS reference code

This repository contains the reference implementation that accompanies the Internet Draft “XMSS: Extended Hash-Based Signatures”, draft-irtf-cfrg-xmss-hash-based-signatures.

Note: while the behaviour of the code in this repository is supposed to be stable, the API will still vary. Notably, the current codebase does not account for the XDR definitions of the parameter sets as specified in the Internet Draft, but instead allows the user to set individual parameters.