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
In the Withdraw contract, we must verify that all inputs are within the snark scalar field to avoid aliasing.
For example, there may be multiple uint256 values which wrap-around to produce the same point after scalar multiply, all of these are outside of the field.
In the Withdraw contract, we must verify that all inputs are within the snark scalar field to avoid aliasing.
For example, there may be multiple
uint256
values which wrap-around to produce the same point after scalar multiply, all of these are outside of the field.Re:
This will be fixed upstream in Ethsnarks.
The text was updated successfully, but these errors were encountered: