8
8
[ ![ Project Chat] [ chat-image ]] [ chat-link ]
9
9
10
10
Pure Rust implementation of X-Wing, a general-purpose post-quantum/traditional
11
- hybrid key encapsulation mechanism (PQ/T KEM) built on X25519 and ML-KEM-768. Using the crates [ x25519_dalek] [ X25519-DALEK ] and [ ml-kem] [ ML-KEM ] .
11
+ hybrid key encapsulation mechanism (PQ/T KEM) built on X25519 and ML-KEM-768.
12
+ Built on the [ ml-kem] and [ x25519-dalek] crates.
12
13
13
14
Current implementation matches the [ draft RFC] [ RFC-DRAFT ] version 04.
14
15
@@ -18,7 +19,6 @@ The original paper: [X-Wing The Hybrid KEM You’ve Been Looking For][X-WING-PAP
18
19
19
20
## About
20
21
21
-
22
22
## ⚠️ Security Warning
23
23
24
24
The implementation contained in this crate has never been independently audited!
@@ -49,7 +49,7 @@ dual licensed as above, without any additional terms or conditions.
49
49
50
50
[ // ] : # ( badges )
51
51
52
- [ crate-image ] : https://img.shields.io/crates/v/x-wing
52
+ [ crate-image ] : https://img.shields.io/crates/v/x-wing?logo=rust
53
53
[ crate-link ] : https://crates.io/crates/x-wing
54
54
[ docs-image ] : https://docs.rs/x-wing/badge.svg
55
55
[ docs-link ] : https://docs.rs/x-wing/
@@ -65,5 +65,5 @@ dual licensed as above, without any additional terms or conditions.
65
65
[ RustCrypto ] : https://github.com/rustcrypto
66
66
[ RFC-DRAFT ] : https://datatracker.ietf.org/doc/html/draft-connolly-cfrg-xwing-kem
67
67
[ X-WING-PAPER ] : https://eprint.iacr.org/2024/039.pdf
68
- [ X25519-DALEK ] : https://crates.io/crates/x25519-dalek
69
- [ ML-KEM ] : https://crates.io/crates/ml-kem
68
+ [ x25519-dalek ] : https://crates.io/crates/x25519-dalek
69
+ [ ml-kem ] : https://crates.io/crates/ml-kem
0 commit comments