Skip to content

Commit

Permalink
test prebuilt images
Browse files Browse the repository at this point in the history
Signed-off-by: qcloud <[email protected]>
  • Loading branch information
smtmfft committed Sep 6, 2024
1 parent a0d8a74 commit 6b62df4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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] = [
280072277, 3449831886, 1373009816, 2385564905, 1152759676, 1992023991, 393821110, 566805524,
3847932577, 461539839, 1733572722, 639212105, 3701038124, 1985689499, 3011268186, 3043897910,
];
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] = [
3668986418, 864756305, 2034163314, 3234293955, 2343455451, 1929078992, 2810820419, 2620184861,
2903229055, 3793750968, 1852917165, 927627463, 2879457596, 4006859083, 3898157589, 3630990634,
];
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] = [
2716313044, 1330228279, 3217062305, 3693970552, 3654025276, 4270078228, 3722528174, 3151280396,
132941495, 1394354180, 2483947798, 3480748829, 3053483990, 1992985158, 3249765362, 2401282931,
];
4 changes: 2 additions & 2 deletions provers/risc0/driver/src/methods/test_risc0_guest.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub const TEST_RISC0_GUEST_ELF: &[u8] = include_bytes!(
"../../../guest/target/riscv32im-risc0-zkvm-elf/release/deps/risc0_guest-90b3fe531b061f6a"
"../../../guest/target/riscv32im-risc0-zkvm-elf/release/deps/risc0_guest-f5987cc5887deb20"
);
pub const TEST_RISC0_GUEST_ID: [u32; 8] = [
3252456902, 53901671, 541073573, 102077000, 3257334206, 588733068, 3223781439, 2047063023,
2430015116, 3517447033, 2144906779, 1977372976, 3657453511, 3589121667, 1749151289, 1572046207,
];

0 comments on commit 6b62df4

Please sign in to comment.