Skip to content

Commit 9d6fab9

Browse files
committed
update precompiles
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent c4ce0f2 commit 9d6fab9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
-192 Bytes
Binary file not shown.

zkvm/risc0/guest/Cargo.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zkvm/risc0/guest/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ lto = "thin"
1717
[patch.crates-io]
1818
crypto-bigint = { git = "https://github.com/risc0/RustCrypto-crypto-bigint", tag = "v0.5.5-risczero.0" }
1919
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
20-
p256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "p256/v0.13.2-risczero.0" }
20+
p256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "p256/v0.13.2-risczero.1" }
21+
tiny-keccak = { git = "https://github.com/risc0/tiny-keccak", tag = "tiny-keccak/v2.0.2-risczero.0" }

zkvm/risc0/src/methods.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [1739726137, 3096212866, 3711934467, 2252867099, 4052086815, 406960498, 1537869550, 3427938197];
3-
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "391db26782758cb803a03fdd1b0648861ff085f172b94118ee06aa5b952f52cc";
2+
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [2808743397, 3192522408, 498288822, 2542205534, 1799462311, 398032019, 3968615121, 1735173521];
3+
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "e5056aa7a8064abeb648b31d5efa8697a79d416b937cb917d1428cec91a56c67";
44
pub const DCAP_QUOTE_VERIFIER_ELF: &[u8] = include_bytes!("../artifacts/dcap-quote-verifier");

0 commit comments

Comments
 (0)