Skip to content

Commit 0e293de

Browse files
committed
update dcap-quote-verifier binary
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 06c83ba commit 0e293de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.05 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] = [508812682, 2193709382, 583002842, 3917890841, 2979487546, 1082187849, 1316345039, 1446235349];
3-
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "8add531e4659c182daeabf22194586e93a5f97b149e08040cfd4754ed5cc3356";
2+
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [4177890098, 1594649521, 2731694718, 760219322, 4165064678, 1942223903, 544906612, 2339054483];
3+
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "328b05f9b16b0c5f7e5ad2a2ba06502de6d741f81ffcc373749d7a2093236b8b";
44
pub const DCAP_QUOTE_VERIFIER_ELF: &[u8] = include_bytes!("../artifacts/dcap-quote-verifier");

0 commit comments

Comments
 (0)