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

Development #42

Merged
merged 33 commits into from
Apr 6, 2018
Merged

Development #42

merged 33 commits into from
Apr 6, 2018

Conversation

ValarDragon
Copy link
Member

This completely revamps hashing to the curve, adds the curve bls12-381, and other modes of bgls to defend against the rogue public key attack.

ValarDragon and others added 30 commits March 17, 2018 20:17
Bls12 and Fouque Tibouchi hashing
Refactor curves and schemes into folders
This commit adds the documentation to the various bgls
methods. Method names have been refactored, to make it more clear
when they should be used. Additionally it makes the entire codebase
pass gometalinter.

This commit also removes the possibility for a rogue public key attack
with Kosk. See blsKosk.go for the new scheme.
This standardizes the order of parameters to Verify methods. The
parameters are now in the order (curve, signature, keys, msg) when
applicable. Additionally this commit adds documentation for what
a multisig vs an aggregate signature is.
@UnitylChaos UnitylChaos merged commit 3b2a9df into master Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants