You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%{
from starkware.cairo.common.cairo_secp.secp_utils import pack
x = pack(ids.x, PRIME) % SECP_P
%}
This can happen because:
The hint is duplicated with minor string differences in the whitelisted hint list. If this is the case, handle this string match in the cairo-rs HintProcessor.
We use a different string from the one in the whitelisted hint list. If this is the case, fix the string match.
The text was updated successfully, but these errors were encountered:
NewHint#22 shouldn't appear in issue #1031
This can happen because:
The text was updated successfully, but these errors were encountered: