cinnyapp / cinny

Yet another matrix client
https://cinny.in
GNU Affero General Public License v3.0
1.98k stars 257 forks source link

Question: What cryptographic algorithm is Cinny using for e2e encryption in-browser? #169

Closed marek-lach closed 3 years ago

marek-lach commented 3 years ago

Is it something like ed25519, which Matrix also recommends for public-key pairs, or is it something else?

Thanks for the info, M

ajbura commented 3 years ago

Yes, @marek-lach To support e2ee Cinny use matrix-js-sdk which use Olm and Libolm libraries.