NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
81 stars 50 forks source link

Uint256SignedNN #223

Closed cicr99 closed 6 months ago

cicr99 commented 6 months ago

Checks if a uint256 integer is non-negative when considered as a signed number.

Reference: https://github.com/starkware-libs/cairo-lang/blob/efa9648f57568aad8f8a13fbf027d2de7c63c2c0/src/starkware/cairo/common/uint256.cairo#L200

cicr99 commented 6 months ago

Issue solved in #236