-
Notifications
You must be signed in to change notification settings - Fork 33
xmss: scaffolding for the signature spec #9
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
Conversation
b-wagn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an initial review. I will probably do another one later.
| hash function an additional $w - 1 - x_i$ times to arrive at the | ||
| one-time public key component `otpk_{ep,i}`. | ||
|
|
||
| 3. **Compute Merkle Leaf**: The verifier hashes the reconstructed one-time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: in a future impl I would maybe use the same sub-algorithms as in either the rust code or in the paper, and then maybe even point to the pages of the paper.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok that's fine, maybe once done, we can just modify the doc here to point to this.
No description provided.