Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 6, 2024
1 parent 150b616 commit d5632a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-ml-kem/fuzz/fuzz_targets/encaps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fuzz_target!(|data: &[u8]| {
// Not enough entropy
return;
}

let mut randomness = [0u8; KEY_GENERATION_SEED_SIZE];
randomness.copy_from_slice(&data[..KEY_GENERATION_SEED_SIZE]);

Expand Down

0 comments on commit d5632a5

Please sign in to comment.