From 4a07bf3e641c958279239acd32e9d8bf83af3000 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sun, 10 Jul 2011 12:17:01 +0200 Subject: Added a bit of docstring --- rsa/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rsa/__init__.py') diff --git a/rsa/__init__.py b/rsa/__init__.py index 2680171..b66fe37 100755 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -7,6 +7,9 @@ WARNING: this implementation does not use random padding, compression of the cleartext input to prevent repetitions, or other common security improvements. Use with care. +If you want to have a more secure implementation, use the functions from the +``rsa.pkcs1`` module. + """ __author__ = "Sybren Stuvel, Marloes de Boer, Ivo Tamboer, and Barry Mead" -- cgit v1.2.1