From c56f9997f47d30933a502d067b25687410bbd7fc Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Mon, 28 Mar 2011 23:14:23 -0700 Subject: [PATCH] Mostly adapters --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9455e791..2c9251af 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Features of the library include: * local and remote port forwarding * scp + complete sftp version 0-3 implementation -Implementations of the following algorithms are included: +Implementations / adapters for the following algorithms are included: ciphers ``aes{128,192,256}-{cbc,ctr}``, ``blowfish-cbc``, ``3des-cbc`` @@ -31,7 +31,7 @@ compression private key files ``pkcs8`` encoded (what openssh uses) -If you need something that is not implemented, it shouldn't be too hard to add (do contribute it!) +If you need something that is not included, it shouldn't be too hard to add (do contribute it!) Dependencies