lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
517 stars 148 forks source link

Check step padding in proof-mode #1570

Closed pefontana closed 9 months ago

pefontana commented 9 months ago

When executing cairo 1 Programs with proof mode, we need to check the steps padding depending on the Builtins we are using

pefontana commented 9 months ago

Done https://github.com/lambdaclass/cairo-vm/pull/1539/files