File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
noir-projects/noir-protocol-circuits/crates
yarn-project/constants/src Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5136,7 +5136,15 @@ contract_class_log_fields = [
51365136 "0x008af27c65d4992edbf7516e6df4e803a9f2813bde5f82d3af10dd709ba436a6",
51375137 "0x0063713c626c788b7dda4c8aac2d649e3e3e48a255fa3d0c3e22573d4b0dcdd6",
51385138 "0x002d8346d566752021517ab68f0c8668d5ef121421bef11f99afaf0bca720cb4",
5139- "0x005d01f6fd40c5d55d9f7a81a5f68e65202dd63e066b478c3459dc65950a5ab8"
5139+ "0x005d01f6fd40c5d55d9f7a81a5f68e65202dd63e066b478c3459dc65950a5ab8",
5140+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5141+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5142+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5143+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5144+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5145+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5146+ "0x0000000000000000000000000000000000000000000000000000000000000000",
5147+ "0x0000000000000000000000000000000000000000000000000000000000000000"
51405148]
51415149
51425150 [inputs.hiding_kernel_proof_data.public_inputs]
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ pub global FEE_RECIPIENT_LENGTH: u32 = 2;
400400// TODO: Leila's considering moving this into a noir file within bb
401401// The hiding kernel IO public inputs consist of pairing_inputs and table_commitments.
402402// They are independent of the circuit's custom public inputs.
403- pub global HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE : u32 = 48 ;
403+ pub global HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE : u32 = 56 ;
404404pub global PAIRING_POINTS_SIZE : u32 = 16 ;
405405pub global IPA_CLAIM_SIZE : u32 = 10 ;
406406
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ export const PROPOSED_BLOCK_HEADER_LENGTH_BYTES = 284;
187187export const PRIVATE_CIRCUIT_PUBLIC_INPUTS_LENGTH = 868 ;
188188export const PRIVATE_CONTEXT_INPUTS_LENGTH = 37 ;
189189export const FEE_RECIPIENT_LENGTH = 2 ;
190- export const HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE = 48 ;
190+ export const HIDING_KERNEL_IO_PUBLIC_INPUTS_SIZE = 56 ;
191191export const PAIRING_POINTS_SIZE = 16 ;
192192export const IPA_CLAIM_SIZE = 10 ;
193193export const SCOPED_READ_REQUEST_LEN = 3 ;
You can’t perform that action at this time.
0 commit comments