NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
70 stars 43 forks source link

IsZeroPack #464

Closed Sh0g0-1758 closed 2 weeks ago

Sh0g0-1758 commented 3 weeks ago

TODO : Implement the first hint used in the function IsZero. Reference : https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/cairo/common/cairo_secp/field.cairo#L101