Skip to content

Commit 22bcbfc

Browse files
authored
Adding ml-kem re-export (#414)
1 parent 9b5eef4 commit 22bcbfc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,8 @@ mod tests;
13831383

13841384
#[cfg(feature = "argon2")]
13851385
pub use argon2;
1386+
#[cfg(feature = "kem")]
1387+
pub use ml_kem;
13861388
pub use {generic_array, rand};
13871389

13881390
pub use crate::ciphersuite::CipherSuite;

0 commit comments

Comments
 (0)