summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.txt b/README.txt
index 6ce8f37..83cee01 100644
--- a/README.txt
+++ b/README.txt
@@ -1,11 +1,12 @@
-This package provides a Python Implementation of the Secure Remote Password
-Protocol. It consists of 3 modules: A pure Python implementation, A ctypes
-+ OpenSSL implementation, and a C extension module. The ctypes/extension
-modules are approximately 10x faster than the pure Python implementation
-and can take advantage of multiple CPUs. The ctypes/extension module will
-be used if available, otherwise the library will fall back to the pure
-Python implementation.
+This package provides a Python Implementation of the Secure Remote
+Password Protocol. It consists of 3 modules: A pure Python
+implementation, A ctypes + OpenSSL implementation, and a C extension
+module. The ctypes & extension modules are approximately 10-20x faster
+than the pure Python implementation and can take advantage of multiple
+CPUs. The extension module will be used if available, otherwise the
+library will fall back to the ctypes implementation followed by the
+pure Python implementation.
Installation: