summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTom Cocagne <devnull@localhost>2011-03-30 23:10:32 -0400
committerTom Cocagne <devnull@localhost>2011-03-30 23:10:32 -0400
commiteddf3e82d22944c022e4e48d214f08c95ddae5a9 (patch)
tree97901b9a687f5f0cb00d555b12c314ca0cb6098f /README.txt
parentd8850eb95f58144ba6904d64792249711fff77f3 (diff)
prepping for 1.0 release
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: