Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/swap-rust-kzg' into swap-rust-kzg
Browse files Browse the repository at this point in the history
# Conflicts:
#	lib/src/protocol_instance.rs
  • Loading branch information
Brechtpd committed Jun 30, 2024
2 parents e7542a8 + 8e504ce commit 696f4a0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions provers/risc0/driver/src/methods/risc0_guest.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
pub const RISC0_GUEST_ELF: &[u8] =
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
pub const RISC0_GUEST_ID: [u32; 8] = [
1651774355, 734744405, 3018462910, 4078349899, 1233289727, 863040824, 1806845319, 2266402868,
];
pub const RISC0_GUEST_PATH: &str =
r#"/home/ubuntu/raiko/provers/risc0/guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest"#;

pub const RISC0_GUEST_ELF: &[u8] = include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
pub const RISC0_GUEST_ID: [u32; 8] = [1106284168, 2121988569, 4030233466, 422073515, 2026351144, 1404012643, 690639581, 3252900346];
pub const RISC0_GUEST_PATH: &str = r#"/home/ubuntu/raiko/provers/risc0/guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest"#;

0 comments on commit 696f4a0

Please sign in to comment.