Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement XMSS library #27

Open
4 tasks
sea212 opened this issue Apr 16, 2020 · 0 comments
Open
4 tasks

Implement XMSS library #27

sea212 opened this issue Apr 16, 2020 · 0 comments

Comments

@sea212
Copy link
Owner

sea212 commented Apr 16, 2020

To unite multiple public keys into one hash (public key) and additionally allow for O(log n) verification that a public key is part of that composition, a merkle trie is required that contains all the public keys.

ToDo:

  • Create XMSS class
  • Implement merkle trie that contains a set of public keys
  • Add functionality for XMSS tree generation using WOTS keys from this package - also creates a list
  • Documentation and testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant