Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 10, 2024
1 parent 7040c64 commit 550d6f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libcrux-kem/src/kem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ use rand::{CryptoRng, Rng};
// hacl::sha3,
// };
use libcrux::ecdh::p256_derive;
use libcrux::ecdh::{self, p256, x25519};
use libcrux_sha3 as sha3;
use libcrux::ecdh::{self, x25519, p256};

use libcrux_ml_kem::{mlkem1024, mlkem512, mlkem768};


// TODO: These functions are currently exposed simply in order to make NIST KAT
// testing possible without an implementation of the NIST AES-CTR DRBG. Remove them
// (and change the visibility of the exported functions to pub(crate)) the
Expand Down

0 comments on commit 550d6f6

Please sign in to comment.