Closed drskalman closed 1 year 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.
Done in https://github.com/w3f/arkworks-curves/pull/11 pending a review.
merged https://github.com/w3f/arkworks-curves/pull/11 it after @mmagician review.
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.