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
Currently for every distinct field we need to compile a distinct binary as the fieldsize is a template parameter.
By making the integer size the template parameter and the fieldsize a runtime parameter, we can support many finite fields with a single binary.