# Adding E2EE We could add, in a future version, end to end encryption for private messages, with : + ML-KEM handshake (Without elliptic curve) + XChacha20-poly1305 + DB for storing Pks (with TOFU) + Key rotation + Key derivation -> blake3 KDF
Adding E2EE
We could add, in a future version, end to end encryption for private messages, with :
ML-KEM handshake (Without elliptic curve)
XChacha20-poly1305
DB for storing Pks (with TOFU)
Key rotation
Key derivation -> blake3 KDF