Skip to content

Commit aa6b71c

Browse files
committed
chore(provers): update elf
1 parent fdc34c8 commit aa6b71c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

provers/risc0/driver/src/methods/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pub mod risc0_aggregation;
2+
pub mod risc0_batch;
23
pub mod risc0_guest;
34

45
// To build the following `$ cargo run --features test,bench --bin risc0-builder`
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pub const RISC0_AGGREGATION_ELF: &[u8] =
2-
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-aggregation");
3-
pub const RISC0_AGGREGATION_ID: [u32; 8] = [
4-
757572567, 2963367168, 3257289195, 2520060355, 1598050287, 3638503613, 1461238162, 2044849682,
5-
];
1+
2+
pub const RISC0_AGGREGATION_ELF: &[u8] = include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-aggregation");
3+
pub const RISC0_AGGREGATION_ID: [u32; 8] = [3693181676, 1423972539, 2575584598, 1469200887, 651718346, 3917396100, 60015622, 535591167];
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
pub const RISC0_BATCH_ELF: &[u8] = include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-batch");
3+
pub const RISC0_BATCH_ID: [u32; 8] = [1585630346, 345989788, 4151101683, 819276391, 4218347574, 861965425, 3025423219, 3488057193];
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pub const RISC0_GUEST_ELF: &[u8] =
2-
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
3-
pub const RISC0_GUEST_ID: [u32; 8] = [
4-
1689653193, 2796478021, 3874123379, 560216071, 3867155830, 2784172499, 3235388420, 507179944,
5-
];
1+
2+
pub const RISC0_GUEST_ELF: &[u8] = include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
3+
pub const RISC0_GUEST_ID: [u32; 8] = [3813617258, 1499495912, 1722814953, 1786341610, 888187967, 1145233772, 2032049967, 243991141];

provers/sp1/guest/elf/sp1-aggregation

-40 Bytes
Binary file not shown.

provers/sp1/guest/elf/sp1-batch

8.01 MB
Binary file not shown.

provers/sp1/guest/elf/sp1-guest

-2.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)