Skip to content

Commit

Permalink
update prebuilt image
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Sep 6, 2024
1 parent 70b2211 commit a0d8a74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/methods/ecdsa.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const ECDSA_ELF: &[u8] =
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/ecdsa");
pub const ECDSA_ID: [u32; 8] = [
3210704183, 2476344651, 1483125302, 3595451496, 516702876, 1076221675, 3247113162, 2941986366,
280072277, 3449831886, 1373009816, 2385564905, 1152759676, 1992023991, 393821110, 566805524,
];
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/methods/risc0_guest.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const RISC0_GUEST_ELF: &[u8] =
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
pub const RISC0_GUEST_ID: [u32; 8] = [
2766715268, 6623214, 1401505005, 743324520, 1282645873, 945783532, 826957332, 3648117446,
3668986418, 864756305, 2034163314, 3234293955, 2343455451, 1929078992, 2810820419, 2620184861,
];
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/methods/sha256.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const SHA256_ELF: &[u8] =
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/sha256");
pub const SHA256_ID: [u32; 8] = [
3819323098, 64503827, 1192611593, 2785663194, 743346770, 3792505576, 3991352840, 1259868726,
2716313044, 1330228279, 3217062305, 3693970552, 3654025276, 4270078228, 3722528174, 3151280396,
];
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/methods/test_risc0_guest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pub const TEST_RISC0_GUEST_ELF: &[u8] = include_bytes!(
"../../../guest/target/riscv32im-risc0-zkvm-elf/release/deps/risc0_guest-90b3fe531b061f6a"
);
pub const TEST_RISC0_GUEST_ID: [u32; 8] = [
3314962145, 673773500, 3438363205, 2146189104, 683071622, 2980760450, 628816993, 4236382820,
3252456902, 53901671, 541073573, 102077000, 3257334206, 588733068, 3223781439, 2047063023,
];

0 comments on commit a0d8a74

Please sign in to comment.