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
This is the first step towards field agnosticity. Specifically, we introduce a u256 type which compiles into two u128 limbs for the BLS12-377 curve. This would only have an effect when the type was used, meaning that the existing constraints could be compiled as is. However, we would then be able to incrementally update modules.
The text was updated successfully, but these errors were encountered:
This is the first step towards field agnosticity. Specifically, we introduce a
u256
type which compiles into twou128
limbs for the BLS12-377 curve. This would only have an effect when the type was used, meaning that the existing constraints could be compiled as is. However, we would then be able to incrementally update modules.The text was updated successfully, but these errors were encountered: