From ff0cf982d3e5026235449e7ea28733fc7e0f3865 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sun, 24 Jan 2016 21:41:42 -0800 Subject: Update comments about supported algorithms --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8230c..b8ee91b 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,9 @@ This is ConnectBot's SSH library. It started as a continuation of the Trilead SSH2 library, but has had several features added to it since then. -* ECDSA key support -* ECDH key exchange +##### Key support: + * ECDSA (RFC 5656) + * Ed25519 (draft-bjh21-ssh-ed25519-02) +##### Key exchange: + * ECDH (RFC 5656) + * X25519 (curve25519-sha256@libssh.org) -- cgit v1.2.3