We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SP1 audit highlights accounting for the max # of byte lookups per instruction as a way to defend against multiplicity overflow:
https://hackmd.io/wztOd455QKWf-K8LXh_Fqw#Defenses-on-Multiplicity-Overflow-in-mathbbF_p
We do have precompiles much larger than Sp1 (e.g. G2 ops), which may have more lookups per instructions, and invalidate this defense.
/cc @adr1anh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The SP1 audit highlights accounting for the max # of byte lookups per instruction as a way to defend against multiplicity overflow:
https://hackmd.io/wztOd455QKWf-K8LXh_Fqw#Defenses-on-Multiplicity-Overflow-in-mathbbF_p
We do have precompiles much larger than Sp1 (e.g. G2 ops), which may have more lookups per instructions, and invalidate this defense.
/cc @adr1anh
The text was updated successfully, but these errors were encountered: