Zokrates / ZoKrates

A toolbox for zkSNARKs on Ethereum
https://zokrates.github.io
GNU Lesser General Public License v3.0
1.8k stars 360 forks source link

Fix input/output size in staticcall for addition and scalar_mul #1368

Closed dark64 closed 4 months ago

dark64 commented 4 months ago

Closes https://github.com/Zokrates/ZoKrates/issues/1364, merge after https://github.com/Zokrates/ZoKrates/pull/1369

Note: This is not a huge issue as the sizes are clamped in the precompile to the correct values anyways (see here)