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 just began using Rust programming language, so I apologize in advance in case my queries are too simple or not clearly specified. I need to use operations over extension field GF(2^128) to implement Lagrange interpolation. I see that ark_ff has models for Quadratic Extension fields and I was wondering if I can get some examples on how to initialize GF(2^128) and call the operations performing add, multiply and inverse over this extension field? I would appreciate any help/inputs towards resolving the issue.
The text was updated successfully, but these errors were encountered:
As one simple example, an FFT might've preparation phase for scalar scalar multiplications using log tables, which then even breaks applying arkworks-like traits to binary fields. It's possible later optimizations make that trick irrelevant, but overall this sound messy.
I just began using Rust programming language, so I apologize in advance in case my queries are too simple or not clearly specified. I need to use operations over extension field GF(2^128) to implement Lagrange interpolation. I see that ark_ff has models for Quadratic Extension fields and I was wondering if I can get some examples on how to initialize GF(2^128) and call the operations performing add, multiply and inverse over this extension field? I would appreciate any help/inputs towards resolving the issue.
The text was updated successfully, but these errors were encountered: