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
515 stars 148 forks source link

refactor `get_hints_as_map` #1591

Closed tcoratger closed 9 months ago

tcoratger commented 9 months ago

Refactor get_hints_as_map

Description

Small refactor of get_hints_as_map method.

Checklist

fmoletta commented 9 months ago

Not needed at the moment