Skip to content

Commit

Permalink
chore: update ecip classhash
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Jan 1, 2025
1 parent 0b5ab04 commit b31ba6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from garaga.starknet.cli.utils import create_directory, get_package_version
from garaga.starknet.groth16_contract_generator.parsing_utils import Groth16VerifyingKey

ECIP_OPS_CLASS_HASH = 0x684D2756A4440C190A5FE54E367C0ABE33AEFA75084DEC2FFFC791B620C80E3
ECIP_OPS_CLASS_HASH = 0x413A1ED3773531DC6862144E21A53F547E97BFFAE4544AB354F3818C78861EC


def precompute_lines_from_vk(vk: Groth16VerifyingKey) -> StructArray:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod Groth16VerifierBLS12_381 {
use super::{N_PUBLIC_INPUTS, vk, ic, precomputed_lines};

const ECIP_OPS_CLASS_HASH: felt252 =
0x684d2756a4440c190a5fe54e367c0abe33aefa75084dec2fffc791b620c80e3;
0x413a1ed3773531dc6862144e21a53f547e97bffae4544ab354f3818c78861ec;

#[storage]
struct Storage {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod Groth16VerifierBN254 {
use super::{N_PUBLIC_INPUTS, vk, ic, precomputed_lines};

const ECIP_OPS_CLASS_HASH: felt252 =
0x684d2756a4440c190a5fe54e367c0abe33aefa75084dec2fffc791b620c80e3;
0x413a1ed3773531dc6862144e21a53f547e97bffae4544ab354f3818c78861ec;

#[storage]
struct Storage {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mod Risc0Groth16VerifierBN254 {
use super::{N_FREE_PUBLIC_INPUTS, vk, ic, precomputed_lines, T};

const ECIP_OPS_CLASS_HASH: felt252 =
0x684d2756a4440c190a5fe54e367c0abe33aefa75084dec2fffc791b620c80e3;
0x413a1ed3773531dc6862144e21a53f547e97bffae4544ab354f3818c78861ec;

#[storage]
struct Storage {}
Expand Down

0 comments on commit b31ba6f

Please sign in to comment.