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
BB supports foreign field arithmetic (aka bigfield, or bigint in Noir context) but only for 6 different moduli.
In order to avoid mixing bigint operations between different moduli, we should use a different structure for each modulus.
Happy Case
Remove specialised functions secpk1_...() and use instead a bigint_secpk1.. struct which implements the bigint trait.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
BB supports foreign field arithmetic (aka bigfield, or bigint in Noir context) but only for 6 different moduli.
In order to avoid mixing bigint operations between different moduli, we should use a different structure for each modulus.
Happy Case
Remove specialised functions secpk1_...() and use instead a bigint_secpk1.. struct which implements the bigint trait.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: