aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors/ciphers
Commit message (Collapse)AuthorAgeFilesLines
* remove executable bit from vector filesPaul Kehrer2014-06-15100-0/+0
|
* add headers to seed-cfb/seed-ofb filesPaul Kehrer2014-04-082-2/+8
|
* add SEED CFB/OFB bespoke vectors and documentationPaul Kehrer2014-04-082-0/+240
|
* add SEED CBC vectors from rfc 4196Paul Kehrer2014-04-081-0/+15
|
* add SEED ECB vectors from rfc 4269Paul Kehrer2014-04-081-0/+22
|
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-24217-0/+572985
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.