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
There is an issue with the padding in the ADD module spotted by @ericsson49 : a malicious prover can use the padding to insert a single wrong instruction into the ADD module. This is a serious security issue, thankfully with a trivial fix.
Other modules of that era may also be affected.
List of fixes
ADD module: constrain INST to be zero in the padding (+ optional vanishing of arguments in padding)
Main point
There is an issue with the padding in the ADD module spotted by @ericsson49 : a malicious prover can use the padding to insert a single wrong instruction into the ADD module. This is a serious security issue, thankfully with a trivial fix.
Other modules of that era may also be affected.
List of fixes
INST
in the padding (spotted by @ericsson49)instruction + simplifying OLI etc ...
The text was updated successfully, but these errors were encountered: