On 2015-05-05, Bertrand Caplet <[email protected]> wrote: > Hey, > I'm using JuiceSSH it's pretty good and free, but I don't know about > ciphers...
JuiceSSH uses http://www.jcraft.com/jsch/ for its SSH implementation, which itself relies on JCE for crypto, so there are a couple of layers below JuiceSSH itself where ed25519/poly1305 would need adding.

