Skip to content

Commit

Permalink
Update gctx.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dóka <[email protected]>
  • Loading branch information
jakubDoka authored Nov 19, 2024
1 parent b91455f commit 0b1b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/measurement/gctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::{
measurement::snp::{SnpLaunchDigest, LD_BYTES},
};

#[cfg(all(not(feature = "openssl"), feature = "crypto_nossl")))]
#[cfg(all(not(feature = "openssl"), feature = "crypto_nossl"))]
fn sha384(data: &[u8]) -> [u8; 48] {
use sha2::Digest;
let mut sha = sha2::Sha384::default();
Expand Down

0 comments on commit 0b1b3b6

Please sign in to comment.