Closed mswilkison closed 8 years ago
I believe, Curve25519 makes sense by default since it's the fastest and de-facto standard of ECC these days. 448 is also safe but 3 times slower iirc
Actually, we use asymmetric crypto only during auth, so performance doesn't matter. That becomes unnecessary when we wrap everything into SSL (which we should do, even though everything is already encrypted) (so, particular crypto parameters will be a part of the certificate)
Using standard SSL now
Both are now an official standards: https://www.rfc-editor.org/info/rfc7748