-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* debg CI Signed-off-by: smtmfft <[email protected]> * switch reth back to v1.0.0-rc.2-taiko branch Signed-off-by: smtmfft <[email protected]> --------- Signed-off-by: smtmfft <[email protected]>
- Loading branch information
Showing
11 changed files
with
110 additions
and
110 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] = [ | ||
3847932577, 461539839, 1733572722, 639212105, 3701038124, 1985689499, 3011268186, 3043897910, | ||
3652025223, 1048803843, 2950123308, 1536068232, 1159324221, 1265391242, 958811727, 4248139033, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] = [ | ||
2903229055, 3793750968, 1852917165, 927627463, 2879457596, 4006859083, 3898157589, 3630990634, | ||
572111947, 771021978, 3238057507, 2574084743, 2728391593, 45804239, 3180160159, 786246815, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] = [ | ||
132941495, 1394354180, 2483947798, 3480748829, 3053483990, 1992985158, 3249765362, 2401282931, | ||
2716313044, 1330228279, 3217062305, 3693970552, 3654025276, 4270078228, 3722528174, 3151280396, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-f5987cc5887deb20" | ||
"../../../guest/target/riscv32im-risc0-zkvm-elf/release/deps/risc0_guest-4ff36f602a7f8785" | ||
); | ||
pub const TEST_RISC0_GUEST_ID: [u32; 8] = [ | ||
2430015116, 3517447033, 2144906779, 1977372976, 3657453511, 3589121667, 1749151289, 1572046207, | ||
487317851, 25800719, 3284824055, 1294483162, 678500656, 385631844, 1177387042, 72350148, | ||
]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.