Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Joost Rijneveld 0986ceb2b7
Add README file mentioning XDR
há 7 anos
test Add parameter for hash alg family, support SHAKE há 7 anos
.gitignore Make XMSSMT also use BDS tree traversal há 9 anos
Makefile Add parameter for hash alg family, support SHAKE há 7 anos
README.md Add README file mentioning XDR há 7 anos
fips202.c Add parameter for hash alg family, support SHAKE há 7 anos
fips202.h Add parameter for hash alg family, support SHAKE há 7 anos
hash.c Add parameter for hash alg family, support SHAKE há 7 anos
hash.h Add parameter for hash alg family, support SHAKE há 7 anos
hash_address.c v06 há 8 anos
hash_address.h v06 há 8 anos
randombytes.c Make codestyle more consistent, fix -Wextra warns há 8 anos
randombytes.h Initial commit há 9 anos
wots.c Add parameter for hash alg family, support SHAKE há 7 anos
wots.h Add parameter for hash alg family, support SHAKE há 7 anos
xmss.c Add parameter for hash alg family, support SHAKE há 7 anos
xmss.h Add parameter for hash alg family, support SHAKE há 7 anos
xmss_commons.c v06 há 8 anos
xmss_commons.h v06 há 8 anos
xmss_fast.c Add parameter for hash alg family, support SHAKE há 7 anos
xmss_fast.h Add parameter for hash alg family, support SHAKE há 7 anos
zerobytes.c Make codestyle more consistent, fix -Wextra warns há 8 anos
zerobytes.h Initial commit há 9 anos

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.