| 1 | // X-Wing KEM implementation following draft-connolly-cfrg-xwing-kem-09 |
| 2 | // |
| 3 | // X-Wing is a post-quantum/traditional hybrid KEM combining ML-KEM-768 and X25519. |
| 4 | // This implementation uses libcrux for both primitives (libcrux-ml-kem and libcrux-ecdh). |
nothing calls this directly
no outgoing calls
no test coverage detected