summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 942e899..e69bbf3 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -18,9 +18,8 @@
Module for calculating large primes, and RSA encryption, decryption, signing
and verification. Includes generating public and private keys.
-WARNING: this implementation does not use random padding, compression of the
-cleartext input to prevent repetitions, or other common security improvements.
-Use with care.
+WARNING: this implementation does not use compression of the cleartext input to
+prevent repetitions, or other common security improvements. Use with care.
"""