Skip to content

Commit 1c52677

Browse files
authored
Merge pull request #17 from datachainlab/bump-borsh
Bump borsh and bytes version Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
2 parents fbccc35 + 83178cb commit 1c52677

File tree

3 files changed

+31
-67
lines changed

3 files changed

+31
-67
lines changed
52 Bytes
Binary file not shown.

zkvm/risc0/guest/Cargo.lock

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

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] = [459384765, 3127932960, 1810472831, 1930875008, 2354289559, 3331911502, 819684038, 1145978311];
3-
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "bda7611b207870ba7f9fe96b80d01673979b538c4eef98c6c662db30c73d4e44";
2+
pub const DCAP_QUOTE_VERIFIER_ID: [u32; 8] = [1899810625, 477674516, 2284155673, 144601314, 1476267439, 1192845965, 2114671039, 4035334195];
3+
pub const DCAP_QUOTE_VERIFIER_ID_STR: &str = "41cf3c7114bc781c19732588e2709e08af0dfe578d621947bf510b7e335086f0";
44
pub const DCAP_QUOTE_VERIFIER_ELF: &[u8] = include_bytes!("../artifacts/dcap-quote-verifier");

0 commit comments

Comments
 (0)