Skip to content

Commit 6ff2dce

Browse files
committed
update dcap-quote-verifier program
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent b2c05f7 commit 6ff2dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-684 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] = [4146062033, 2223854335, 2049230014, 885906633, 396095194, 725162435, 1474221337, 415436345];
3-
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "d1e21ff7ff528d84bec4247ac9dccd34daee9b17c319392b19d5de57390ec318";
2+
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [2120366194, 2850643951, 3517811805, 2973453479, 835650551, 2479790374, 1152043252, 1865290383];
3+
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "7238627eef5fe9a95d8cadd1a74c3bb1f703cf312699ce93f4c8aa448f122e6f";
44
pub const DCAP_QUOTE_VERIFIER_ELF: &[u8] = include_bytes!("../artifacts/dcap-quote-verifier");

0 commit comments

Comments
 (0)