This repository is reserved for the publicly auditable parts of PeersBridge's end-to-end-encrypted direct messaging: the cryptographic core and the wire-protocol specification, so the privacy claims can be independently verified.
π§ Placeholder. The implementation is being developed in a private repository. The crypto core (MLS / RFC 9420 via OpenMLS, with an X-Wing post-quantum hybrid ciphersuite) and the protocol spec will be published here only after the relevant cryptography-licensing review is complete. Nothing is published prematurely.
- End-to-end encrypted β the server relays only ciphertext it cannot read.
- Operator-blind β no plaintext, private keys, or media keys ever reach the server.
- Auditable β the security of the system should not depend on this code being secret.
- Post-quantum aware β hybrid classical + ML-KEM key exchange.
This README is a technical placeholder and is not a product announcement.