w3f / arkworks-curves

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

Make arkworks-curves compiles against master #16

Open drskalman opened 1 year ago

drskalman commented 1 year ago

It seems that Group has been broken into AdditiveGroup and PrimeGroup, if nothing else.

drskalman commented 1 year ago

It seems that @weikengchen is already working on it. So I guess I'll just wait and pray for them to merge it: https://github.com/arkworks-rs/curves/pull/159 🙏

weikengchen commented 1 year ago

The remaining issue is all about the no_std. I am still looking into how to eventually fix it.

(I.e., some tests for no_std are indeed incorrect.)