w3f / arkworks-curves

Implementations of popular elliptic curves
https://www.arkworks.rs
Apache License 2.0
1 stars 2 forks source link

Implement wb map to curve for BLS12-377 G2 #2

Closed drskalman closed 3 years ago

drskalman commented 3 years ago

This is basically the same work as #1 but for G2, most of the work is in extarcting the isogenous curve parameters from sage where the isogeny is of degree 23.

drskalman commented 3 years ago

Done in 95c4cb2.