Skip to content

Commit 9379e85

Browse files
committed
update dcap-quote-verifier program
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 849a00d commit 9379e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-10.1 KB
Binary file not shown.

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] = [1431900809, 3770780031, 3053255185, 442616749, 2525666630, 3278113115, 2914535527, 4088667128];
3-
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "891259557f89c1e011fafcb5adcb611a469d8a965b0964c36748b8adf81bb4f3";
2+
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [508812682, 2193709382, 583002842, 3917890841, 2979487546, 1082187849, 1316345039, 1446235349];
3+
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "8add531e4659c182daeabf22194586e93a5f97b149e08040cfd4754ed5cc3356";
44
pub const DCAP_QUOTE_VERIFIER_ELF: &[u8] = include_bytes!("../artifacts/dcap-quote-verifier");

0 commit comments

Comments
 (0)