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
509 stars 142 forks source link

Migrate trivial hints #1502

Closed notlesh closed 9 months ago

notlesh commented 9 months ago

Migrates my previous hints from https://github.com/Moonsong-Labs/madara-prover-api/pull/25.

notlesh commented 9 months ago

Sorry, wrong repo :sweat_smile: