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 b8ec30fc2c
Clarify compile-time parameters in README
há 7 anos
.kdev4 corrected test cases há 9 anos
test Add SHAKE128 and SHAKE256 há 7 anos
.gitignore Refactor to use compile-time parameter sets há 7 anos
Makefile Add SHAKE128 and SHAKE256 há 7 anos
README.md Clarify compile-time parameters in README há 7 anos
fips202.c Add SHAKE128 and SHAKE256 há 7 anos
fips202.h Add SHAKE128 and SHAKE256 há 7 anos
hash.c Add SHAKE128 and SHAKE256 há 7 anos
hash.h Add SHAKE128 and SHAKE256 há 7 anos
hash_address.c v06 há 8 anos
hash_address.h v06 há 8 anos
params.h.py Refactor to use compile-time parameter sets há 7 anos
randombytes.c Make codestyle more consistent, fix -Wextra warns há 8 anos
randombytes.h Initial commit há 9 anos
wots.c Add SHAKE128 and SHAKE256 há 7 anos
wots.h Add SHAKE128 and SHAKE256 há 7 anos
xmss.c Add SHAKE128 and SHAKE256 há 7 anos
xmss.h Add SHAKE128 and SHAKE256 há 7 anos
xmss_commons.c Add SHAKE128 and SHAKE256 há 7 anos
xmss_commons.h Reduce code duplication há 7 anos
xmss_fast.c Add SHAKE128 and SHAKE256 há 7 anos
xmss_fast.h Refactor to use compile-time parameter sets há 7 anos
xmss_ref.kdev4 initial project import from KDevelop há 9 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.