Skip to content

Commit

Permalink
class hash
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Nov 25, 2024
1 parent c08c26a commit 1cb444e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 0x3DFA22AA8817C4ABE631894416D0292466A4E972898AA9990BEE3960C7630ED
ECIP_OPS_CLASS_HASH = 0x606A60ACE3CDD2F99C84F841C9166D43F2E49E197AC5AED64779105AF994105


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 =
0x3dfa22aa8817c4abe631894416d0292466a4e972898aa9990bee3960c7630ed;
0x606a60ace3cdd2f99c84f841c9166d43f2e49e197ac5aed64779105af994105;
use starknet::ContractAddress;

#[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 =
0x3dfa22aa8817c4abe631894416d0292466a4e972898aa9990bee3960c7630ed;
0x606a60ace3cdd2f99c84f841c9166d43f2e49e197ac5aed64779105af994105;
use starknet::ContractAddress;

#[storage]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mod UltraKeccakHonkVerifier {
use core::poseidon::hades_permutation;

const ECIP_OPS_CLASS_HASH: felt252 =
0x3dfa22aa8817c4abe631894416d0292466a4e972898aa9990bee3960c7630ed;
0x606a60ace3cdd2f99c84f841c9166d43f2e49e197ac5aed64779105af994105;

#[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 =
0x3dfa22aa8817c4abe631894416d0292466a4e972898aa9990bee3960c7630ed;
0x606a60ace3cdd2f99c84f841c9166d43f2e49e197ac5aed64779105af994105;

#[storage]
struct Storage {}
Expand Down

0 comments on commit 1cb444e

Please sign in to comment.