summaryrefslogtreecommitdiff
path: root/lib/Crypto/Cipher/AES.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed sentence in CCM exampleLegrandin2014-02-211-2/+3
* Add support for GCM mode (AES only).Legrandin2013-10-201-2/+4
* Add support for SIV (Synthetic IV) modeLegrandin2013-10-201-1/+5
* Add EAX authenticated encryption modeLegrandin2013-10-201-1/+9
* Add support for CCM mode (AES only).Legrandin2013-10-201-5/+58
* AES-NI support: Python 2.1 Backward compatibilityDwayne Litzenberger2013-04-211-1/+4
* Initial AES-NI supportSebastian Ramacher2013-04-211-1/+24
* Update docstring. IVs are no longer optionalStefano Rivera2012-05-271-2/+1
* Added OpenPGP modeLegrandin2012-05-171-2/+12
* Fixed 2 typos in documentationLegrandin2012-05-171-1/+1
* Added example for all symmetric ciphersLegrandin2012-05-141-1/+11
* Minor fixes for documentation of ciphersLegrandin2012-05-141-1/+0
* Fixes to make test suite pass for Python 2.1 and Python 3Legrandin2012-05-111-1/+1
* Added documentation for AES and DES.Legrandin2012-05-101-0/+96