We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031d841 commit cc252a6Copy full SHA for cc252a6
x-wing/src/lib.rs
@@ -28,7 +28,7 @@
28
29
use core::convert::Infallible;
30
31
-use kem::{Decapsulate, Encapsulate};
+pub use kem::{Decapsulate, Encapsulate};
32
use ml_kem::array::ArrayN;
33
use ml_kem::{B32, EncodedSizeUser, KemCore, MlKem768, MlKem768Params, kem};
34
use rand_core::CryptoRng;
0 commit comments