Re: [Twisted-Python] Conch Ed25519: testing advice wanted

2019-12-23 Thread Colin Watson
On Mon, Dec 23, 2019 at 03:02:57PM +, Colin Watson wrote: > Using PyNaCl as an X25519 alternative seems unfortunately difficult, > as it only exposes a wrapped version of X25519 which isn't quite what > we need, Though after I wrote this I see that nacl.bindings.crypto_scalarmult exists and sh

[Twisted-Python] Conch Ed25519: testing advice wanted

2019-12-23 Thread Colin Watson
Hi, I've been working for a while on adding Ed25519 SSH key support to Conch. This is almost done: if and when https://github.com/twisted/twisted/pull/1210 lands, everything should work provided that you're using the cryptography wheel or otherwise have a new enough OpenSSL to support X25519 (for