Skip to content

Commit

Permalink
derived_key: add back root_key
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Jan 22, 2025
1 parent 10185c0 commit 7cb9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/attester/src/snp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Attester for SnpAttester {
);

let derived_key = firmware
.get_derived_key(Some(0), request)
.get_derived_key(Some(&root_key), request)
.context("Failed to get derived key")?;

Ok(derived_key.to_vec())
Expand Down

0 comments on commit 7cb9717

Please sign in to comment.