Commit graph

53 commits

Author SHA1 Message Date
Legrandin
d0863eabfb Minor fixes for documentation of ciphers
Fixed key lengths described with xrange()
Removed unnecessary imports.
Removed documentation for compiled modules starting with '_'.
2012-05-14 19:03:39 +02:00
Legrandin
4ce6b8d7f1 Fixes to make test suite pass for Python 2.1 and Python 3 2012-05-11 22:57:49 +02:00
Legrandin
6f9fe103a5 Added documentation for AES and DES.
A new module (blockalgo) has been added. It contains a class (BlockAlgo)
all ciphers derive from. The only purpose of such base class
is to centralize all general documentation applicable to all block
ciphers (e.g. modes) into a single file.
2012-05-10 19:16:50 +02:00