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 the bigint opcode uses a fixed set of 6 templated modulus. This is not generic and prevents developers using the opcode for custom modulus e.g RSA signatures or Curve25519 which requires a custom value.
It also prevents Noir from having U256 integers.
Happy Case
Barretenberg should support custom run time modulus definition.
Project Impact
Nice-to-have
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Currently the bigint opcode uses a fixed set of 6 templated modulus. This is not generic and prevents developers using the opcode for custom modulus e.g RSA signatures or Curve25519 which requires a custom value.
It also prevents Noir from having U256 integers.
Happy Case
Barretenberg should support custom run time modulus definition.
Project Impact
Nice-to-have
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: