Skip to content

Commit

Permalink
update commitments
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Mar 10, 2025
1 parent 023e39f commit 228a4a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/circuits/bundle-circuit/src/child_commitments.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Generated by crates/build-guest. DO NOT OVERWRITE!
pub const EXE_COMMIT: [u32; 8] = [1232879873, 1033854908, 712614210, 1454965589, 556343500, 1812297688, 1003047704, 1187638924];
pub const LEAF_COMMIT: [u32; 8] = [1818246626, 407834047, 66207711, 1614295322, 783129944, 307348083, 1019594287, 1226825790];
pub const LEAF_COMMIT: [u32; 8] = [199441000, 1831917393, 1012445060, 1137815713, 1475630240, 1081665912, 1888809767, 654937389];
2 changes: 1 addition & 1 deletion crates/prover/src/commitments/batch.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Generated by crates/build-guest. DO NOT OVERWRITE!
pub const EXE_COMMIT: [u32; 8] = [1232879873, 1033854908, 712614210, 1454965589, 556343500, 1812297688, 1003047704, 1187638924];
pub const LEAF_COMMIT: [u32; 8] = [1818246626, 407834047, 66207711, 1614295322, 783129944, 307348083, 1019594287, 1226825790];
pub const LEAF_COMMIT: [u32; 8] = [199441000, 1831917393, 1012445060, 1137815713, 1475630240, 1081665912, 1888809767, 654937389];
2 changes: 1 addition & 1 deletion crates/prover/src/commitments/bundle.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Generated by crates/build-guest. DO NOT OVERWRITE!
pub const EXE_COMMIT: [u32; 8] = [1607063255, 956416029, 1910386714, 40495152, 1545910109, 1454028919, 756864469, 1516762715];
pub const EXE_COMMIT: [u32; 8] = [1682182087, 1531203217, 1362460977, 1047489692, 584357271, 44985735, 285937505, 404883461];
pub const LEAF_COMMIT: [u32; 8] = [1242387440, 1030438319, 1045947597, 408225606, 1795439473, 1156312510, 1949861318, 1936505148];
2 changes: 1 addition & 1 deletion crates/verifier/src/commitments/batch.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Generated by crates/build-guest. DO NOT OVERWRITE!
pub const EXE_COMMIT: [u32; 8] = [1232879873, 1033854908, 712614210, 1454965589, 556343500, 1812297688, 1003047704, 1187638924];
pub const LEAF_COMMIT: [u32; 8] = [1818246626, 407834047, 66207711, 1614295322, 783129944, 307348083, 1019594287, 1226825790];
pub const LEAF_COMMIT: [u32; 8] = [199441000, 1831917393, 1012445060, 1137815713, 1475630240, 1081665912, 1888809767, 654937389];
2 changes: 1 addition & 1 deletion crates/verifier/src/commitments/bundle.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Generated by crates/build-guest. DO NOT OVERWRITE!
pub const EXE_COMMIT: [u32; 8] = [1607063255, 956416029, 1910386714, 40495152, 1545910109, 1454028919, 756864469, 1516762715];
pub const EXE_COMMIT: [u32; 8] = [1682182087, 1531203217, 1362460977, 1047489692, 584357271, 44985735, 285937505, 404883461];
pub const LEAF_COMMIT: [u32; 8] = [1242387440, 1030438319, 1045947597, 408225606, 1795439473, 1156312510, 1949861318, 1936505148];

0 comments on commit 228a4a6

Please sign in to comment.