-
Notifications
You must be signed in to change notification settings - Fork 122
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
naive impl bls signature and vrf #55
Conversation
b164ffb
to
e076068
Compare
e076068
to
514bba1
Compare
This is a naive implementation of bls signatures and vrfs. using an inefficient way to hash element to the group.
For now we want to know if the APIs are sufficient for your need @nmccarty |
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.
LGTM
Just realized that arkworks has already implemented the https://github.com/arkworks-rs/algebra/blob/master/ec/src/hashing/curve_maps/swu/mod.rs |
Description
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pending
section inCHANGELOG.md
Files changed
in the GitHub PR explorer