Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Joost Rijneveld b8ec30fc2c
Clarify compile-time parameters in README
il y a 7 ans
.kdev4 corrected test cases il y a 9 ans
test Add SHAKE128 and SHAKE256 il y a 7 ans
.gitignore Refactor to use compile-time parameter sets il y a 7 ans
Makefile Add SHAKE128 and SHAKE256 il y a 7 ans
README.md Clarify compile-time parameters in README il y a 7 ans
fips202.c Add SHAKE128 and SHAKE256 il y a 7 ans
fips202.h Add SHAKE128 and SHAKE256 il y a 7 ans
hash.c Add SHAKE128 and SHAKE256 il y a 7 ans
hash.h Add SHAKE128 and SHAKE256 il y a 7 ans
hash_address.c v06 il y a 8 ans
hash_address.h v06 il y a 8 ans
params.h.py Refactor to use compile-time parameter sets il y a 7 ans
randombytes.c Make codestyle more consistent, fix -Wextra warns il y a 8 ans
randombytes.h Initial commit il y a 9 ans
wots.c Add SHAKE128 and SHAKE256 il y a 7 ans
wots.h Add SHAKE128 and SHAKE256 il y a 7 ans
xmss.c Add SHAKE128 and SHAKE256 il y a 7 ans
xmss.h Add SHAKE128 and SHAKE256 il y a 7 ans
xmss_commons.c Add SHAKE128 and SHAKE256 il y a 7 ans
xmss_commons.h Reduce code duplication il y a 7 ans
xmss_fast.c Add SHAKE128 and SHAKE256 il y a 7 ans
xmss_fast.h Refactor to use compile-time parameter sets il y a 7 ans
xmss_ref.kdev4 initial project import from KDevelop il y a 9 ans
zerobytes.c Make codestyle more consistent, fix -Wextra warns il y a 8 ans
zerobytes.h Initial commit il y a 9 ans

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.