summaryrefslogtreecommitdiff
path: root/lib/Crypto/__init__.py
diff options
context:
space:
mode:
authorLegrandin <helderijs@gmail.com>2013-08-04 22:46:06 +0200
committerDwayne Litzenberger <dlitz@dlitz.net>2013-10-20 13:30:21 -0700
commit8766da37a2612ebcea13c7451a2157d175f29a41 (patch)
tree1b7571a13e04473efde5975916527134832d84e7 /lib/Crypto/__init__.py
parentd044a478332682c253c379db87d444b056e4ab37 (diff)
downloadpycrypto-8766da37a2612ebcea13c7451a2157d175f29a41.tar.gz
whitespace changes (pre-AEAD)
[dlitz@dlitz.net: Whitespace changes extracted from the author's pull request:] - [9c13f9c] Rename 'IV' parameter to 'nonce' for AEAD modes. - [4ec64d8] Removed last references to ApiUsageError - [ee46922] Removed most 'import *' statements
Diffstat (limited to 'lib/Crypto/__init__.py')
-rw-r--r--lib/Crypto/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypto/__init__.py b/lib/Crypto/__init__.py
index db238d7..04f30c8 100644
--- a/lib/Crypto/__init__.py
+++ b/lib/Crypto/__init__.py
@@ -35,7 +35,7 @@ Crypto.Protocol
Crypto.PublicKey
Public-key encryption and signature algorithms (RSA, DSA)
Crypto.Signature
- Public-key signature algorithms (RSA PKCS#1)
+ Public-key signature algorithms (RSA PKCS#1)
Crypto.Util
Various useful modules and functions (long-to-string conversion, random number
generation, number theoretic functions)