Uint256Sqrt #227
Labels
cairo zero
Exclusively targets cairo zero
Difficulty: easy
Easy - good first issue
Duration: under a day
Should only take a few hours
vm hint
Related with VM hints
Calculates the square root of a uint256 integer by combining its high and low parts, and asserts that the root is less than 2^128.
Might be worth looking into Uint256SquareRoot hint implmented in
hintrunner/core/hint.go
fileReference: https://github.com/starkware-libs/cairo-lang/blob/efa9648f57568aad8f8a13fbf027d2de7c63c2c0/src/starkware/cairo/common/uint256.cairo#L134
The text was updated successfully, but these errors were encountered: