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
In rust-kzg, Fr is the trait for finite fields.
When we are trying to add more features into rust-kzg for example: Lagrange form and evaluation form.
We would like to import from artworks, however, this cannot work because in arkworks where fintie fields are represented by the Field trait.
Can we make a unified trait so that everything only need to be implemented once?
The text was updated successfully, but these errors were encountered:
In rust-kzg, Fr is the trait for finite fields.
When we are trying to add more features into rust-kzg for example: Lagrange form and evaluation form.
We would like to import from artworks, however, this cannot work because in arkworks where fintie fields are represented by the Field trait.
Can we make a unified trait so that everything only need to be implemented once?
The text was updated successfully, but these errors were encountered: