aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors/ciphers/AES
Commit message (Collapse)AuthorAgeFilesLines
* Removed executable bit from vectors (#3708)Alex Gaynor2017-06-1919-0/+0
|
* add NIST CAVP CCM vectors (#3698)Paul Kehrer2017-06-1819-0/+21708
| | | | | http://csrc.nist.gov/groups/STM/cavp/documents/mac/ccmtestvectors.zip No TLS :(
* remove executable bit from vector filesPaul Kehrer2014-06-15100-0/+0
|
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-24103-0/+504871
All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task.