Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 26, 2024
1 parent e5b264c commit 608fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-ml-kem/tests/nistkats.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use libcrux_ml_kem::{mlkem1024, mlkem512, mlkem768};
#[cfg(feature = "kyber")]
use libcrux_ml_kem::{kyber1024, kyber512, kyber768};
use libcrux_ml_kem::{mlkem1024, mlkem512, mlkem768};
use serde::Deserialize;
use serde_json;
use std::{fs::File, io::BufReader, path::Path};
Expand Down

0 comments on commit 608fe19

Please sign in to comment.