A high-assurance messaging protocol combining End-to-End Encryption with Server-Side Moderation.
Built on MLS and QUIC which allows servers to cryptographically enforce bans, ordering, and group membership without accessing message content.
- Hub-Centric: Servers enforce total ordering and moderation via MLS External Commits.
- Action-Based: Protocol logic returns actions for the driver to execute, keeping it pure and testable.
- Zero-Copy: Wire format designed for O(1) routing.