No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Joost Rijneveld 0986ceb2b7
Add README file mentioning XDR
hace 7 años
test Add parameter for hash alg family, support SHAKE hace 7 años
.gitignore Make XMSSMT also use BDS tree traversal hace 9 años
Makefile Add parameter for hash alg family, support SHAKE hace 7 años
README.md Add README file mentioning XDR hace 7 años
fips202.c Add parameter for hash alg family, support SHAKE hace 7 años
fips202.h Add parameter for hash alg family, support SHAKE hace 7 años
hash.c Add parameter for hash alg family, support SHAKE hace 7 años
hash.h Add parameter for hash alg family, support SHAKE hace 7 años
hash_address.c v06 hace 8 años
hash_address.h v06 hace 8 años
randombytes.c Make codestyle more consistent, fix -Wextra warns hace 8 años
randombytes.h Initial commit hace 9 años
wots.c Add parameter for hash alg family, support SHAKE hace 7 años
wots.h Add parameter for hash alg family, support SHAKE hace 7 años
xmss.c Add parameter for hash alg family, support SHAKE hace 7 años
xmss.h Add parameter for hash alg family, support SHAKE hace 7 años
xmss_commons.c v06 hace 8 años
xmss_commons.h v06 hace 8 años
xmss_fast.c Add parameter for hash alg family, support SHAKE hace 7 años
xmss_fast.h Add parameter for hash alg family, support SHAKE hace 7 años
zerobytes.c Make codestyle more consistent, fix -Wextra warns hace 8 años
zerobytes.h Initial commit hace 9 años

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.