MCPcopy Create free account
hub / github.com/encrypted-spaces/prototype / xwing.rs

File xwing.rs

crypto/src/pke/xwing.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected