-
Notifications
You must be signed in to change notification settings - Fork 39
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
Integrate aggregate signature + bit-vector QC validation trait + public hotshot-primitive repo + change signature scheme #1293
Integrate aggregate signature + bit-vector QC validation trait + public hotshot-primitive repo + change signature scheme #1293
Conversation
I have got this error when I try to run the tests:
|
…ment_for_votedata Make the commitment of all VoteData of fixed length
Add bitvec serialization
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.
Looks good! Only minor comments.
Oh, one more minor thing: you could remove your name from comments that are notes rather than todos. I thought |
Agree! I've removed them and also update the comments. |
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 looks great! Phenomenal job! Couple of minor thoughts,
@dailinsubjam I have some more API changes to stake table (EspressoSystems/hotshot-primitives#66 soon to be merged). and I feel that maybe it's time to move the entire |
Thanks for letting me know! I'm working along the merge, and also using one branch of I might move on at this point (hopefully finish the merge on Edit: This is not in a hurry until our branch on |
…er than a specific commit
Trying PR, a minor change on the signature scheme: from BLSSignatureScheme to BLSOverBN254CurveSignatureScheme.