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