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

Add support for evmnet #85

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

kevincharm
Copy link

Adds support for evmnet (bn254).

New bn254 implementation in @noble/curves does not include support for hash-to-curve or signatures (for valid reasons) and unfortunately it's difficult to extend. I've created a package temporarily at noble-bn254-drand that re-implements the bn254 module but with support for everything we need (rfc9380, kyber-specific de/serialisation). I'm also using this package for the Solidity repo. If we like this approach, we could move this to the drand org.

@kevincharm kevincharm marked this pull request as draft September 22, 2024 00:24
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.

1 participant