We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are two new CoreHints in the compiler that we need to implement in the Cairo VM
CoreHint::TestLessThanOrEqualAddress https://github.com/starkware-libs/cairo/blob/14b1d8c1566b3346545eb7e65724e3d0cbb80a81/crates/cairo-lang-casm/src/hints/mod.rs#L129-L130
CoreHint::EvalCircuit https://github.com/starkware-libs/cairo/blob/14b1d8c1566b3346545eb7e65724e3d0cbb80a81/crates/cairo-lang-casm/src/hints/mod.rs#L289
The text was updated successfully, but these errors were encountered:
FrancoGiachetta
No branches or pull requests
There are two new CoreHints in the compiler that we need to implement in the Cairo VM
CoreHint::TestLessThanOrEqualAddress
https://github.com/starkware-libs/cairo/blob/14b1d8c1566b3346545eb7e65724e3d0cbb80a81/crates/cairo-lang-casm/src/hints/mod.rs#L129-L130
CoreHint::EvalCircuit
https://github.com/starkware-libs/cairo/blob/14b1d8c1566b3346545eb7e65724e3d0cbb80a81/crates/cairo-lang-casm/src/hints/mod.rs#L289
The text was updated successfully, but these errors were encountered: