Skip to content

Commit

Permalink
derive_key: change key id to be correctly used #9
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Jan 27, 2025
1 parent 2e966f3 commit 4acd936
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 @@ -74,7 +74,7 @@ impl Attester for SnpAttester {
bail!("SNP Attester: Context must be no more than 64 bytes");
}

Ok(vec![0; 32]);
Ok(vec![0; 32])

/*
context.resize(64, 0);
Expand Down

0 comments on commit 4acd936

Please sign in to comment.