We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f819 commit f5a1c96Copy full SHA for f5a1c96
vm/src/hint_processor/builtin_hint_processor/secp/cairo0_hints.rs
@@ -605,8 +605,6 @@ mod tests {
605
let x = BigInt::from(18446744069414584321u128); // Example x value
606
let v = BigInt::from(1); // Example v value (must be 0 or 1 for even/odd check)
607
608
- let constants: std::collections::HashMap<K, V> = HashMap::new();
609
-
610
r1_get_point_from_x(
611
&mut vm,
612
&mut exec_scopes,
0 commit comments