Phantom Protocol SDK
Post-quantum secure L4/L6 universal transport framework.
Provides:
- Hybrid key exchange (X25519 + Kyber768)
- Hybrid signatures (Ed25519 + Dilithium3)
- Multi-path transport (KCP, TCP, FakeTLS)
- Connection migration and fallback
- Stream multiplexing (reliable + unreliable)
The core transmits only Vec<u8> / Bytes.
Serialization (JSON, Protobuf, etc.) is the user's responsibility.