Add README file mentioning XDR

This commit is contained in:
Joost Rijneveld 2017-07-22 16:41:37 +02:00
bovenliggende 3c0f6668ef
commit 0986ceb2b7
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 307BC77F47D58EE2

5
README.md Normal file
Bestand weergeven

@ -0,0 +1,5 @@
## 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`](https://datatracker.ietf.org/doc/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.