You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure anymore why we rely on arkworks here. Arkworks comes with a complicated number of traits and a lack of support for serde. In addition different backends might use different versions of arkworks (we've had that problem).
IMO we should have our own Field trait that has a minimal definition, and then we can convert to whatever a backend uses at the right time in the compilation process.
The text was updated successfully, but these errors were encountered:
I'm not sure anymore why we rely on arkworks here. Arkworks comes with a complicated number of traits and a lack of support for serde. In addition different backends might use different versions of arkworks (we've had that problem).
IMO we should have our own Field trait that has a minimal definition, and then we can convert to whatever a backend uses at the right time in the compilation process.
The text was updated successfully, but these errors were encountered: