We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167dc2a commit 7b38531Copy full SHA for 7b38531
x509-risczero-cli/src/bin/demo.rs
@@ -92,6 +92,9 @@ fn main() -> Result<()> {
92
remove_prefix_if_found(&cli.address),
93
);
94
95
+ let image_id = compute_image_id(X509_CHAIN_VERIFIER_ELF)?;
96
+ log::info!("ImageID: {}", image_id.to_string());
97
+
98
// Step 3
99
if cli.verify {
100
let input = InputBytesType::abi_encode_params(&der_chain);
0 commit comments