Skip to content

Commit

Permalink
derived_key: type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Jan 22, 2025
1 parent 7cb9717 commit 12df167
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 @@ -75,7 +75,7 @@ impl Attester for SnpAttester {
}

context.resize(64, 0);
let root_key: [u8; 32] = root_key_hinit
let root_key: u8 = root_key_hinit
.try_into()
.context("Invalid root key length")?;

Expand Down

0 comments on commit 12df167

Please sign in to comment.