Skip to content

Commit 24d9148

Browse files
committed
re-export cryptoki
Signed-off-by: Arthur Gautier <[email protected]>
1 parent 3913d18 commit 24d9148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cryptoki-rustcrypto/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ use cryptoki::{
88
session::Session,
99
};
1010

11+
pub use cryptoki;
12+
1113
pub mod ecdsa;
1214
pub mod rng;
1315
pub mod rsa;

0 commit comments

Comments
 (0)