Skip to content

Commit cc252a6

Browse files
committed
x-wing: Expose Encapsulate and Decapsulate traits from x-wing directly
1 parent 031d841 commit cc252a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-wing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
use core::convert::Infallible;
3030

31-
use kem::{Decapsulate, Encapsulate};
31+
pub use kem::{Decapsulate, Encapsulate};
3232
use ml_kem::array::ArrayN;
3333
use ml_kem::{B32, EncodedSizeUser, KemCore, MlKem768, MlKem768Params, kem};
3434
use rand_core::CryptoRng;

0 commit comments

Comments
 (0)