phantom-protocol 0.2.0

Post-quantum-secure L4/L6 universal transport framework — hybrid X25519+ML-KEM-768 / Ed25519+ML-DSA-65, multi-path, UniFFI bindings
Documentation
1
2
3
4
//! PhantomUDP — native datagram transport over raw UDP (Phase 1).
//! See `docs/plans/phantomudp-phase1-design.md`.
pub mod datagram;
pub mod envelope;