Open quantumish opened 2 years ago
A user has requested end to end encryption for messaging via Diffie-Hellman encryption. Could likely be added to the Chatterbox codebase by using the x25519-dalek library?
x25519-dalek
"Simple" label is deceptive here, but giving it a first try with x25519-dalek should be quick
A user has requested end to end encryption for messaging via Diffie-Hellman encryption. Could likely be added to the Chatterbox codebase by using the
x25519-dalek
library?