phantom-protocol 0.1.0

Phantom Universal Transport Core SDK — post-quantum secure L4/L6 network framework
Documentation

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.