w3f / arkworks-curves

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

Update arkwork-curve wb fork to current arkwork-algebra master #10

Closed drskalman closed 1 year ago

drskalman commented 2 years ago

With new changes to arkworks the wb curve branch doesn't compile anymore. We should reflect the changes done in arkwork-algebra/test-curve here both for BLS12-377 and BLS-381. And make a pull request agaist arkwork-rs/curves after.

drskalman commented 2 years ago

you need

[patch.crates-io]                                                                                                                                                                                                                                                                         
ark-std = { git = "https://github.com/arkworks-rs/std"}

in your cargo toml to be able to compile ark-ec as dependency.

drskalman commented 2 years ago

Done in https://github.com/w3f/arkworks-curves/pull/11 pending a review.

drskalman commented 1 year ago

merged https://github.com/w3f/arkworks-curves/pull/11 it after @mmagician review.