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
514 stars 144 forks source link

feat: missing EC hints for Starknet OS 0.13.1 #1706

Closed odesenfans closed 5 months ago

odesenfans commented 5 months ago

Added missing hints for the latest version of the Starknet OS.

Checklist

fmoletta commented 5 months ago

Please fix clippy warnings

odesenfans commented 5 months ago

Please fix clippy warnings

I pushed a fix just now.