Skip to content

Commit 2cf6d1d

Browse files
committed
update dcap-quote-verifier program
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 68a4c17 commit 2cf6d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
596 Bytes
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] = [3940863747, 1415627091, 737924190, 1264676208, 504916676, 3250711250, 3304203485, 1956912974];
3-
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "03cfe4ea53c160545ed4fb2b706d614bc46a181ed2eac1c1dd24f2c44e1fa474";
2+
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [1677792425, 4004652943, 768435964, 2695114426, 4198154659, 1439929294, 1327804878, 845166732];
3+
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "a91401648f27b2eefc66cd2dba2ea4a0a3c13aface93d355ceb1244f8c386032";
44
pub const DCAP_QUOTE_VERIFIER_ELF: &[u8] = include_bytes!("../artifacts/dcap-quote-verifier");

0 commit comments

Comments
 (0)