aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename vectors now we have a name for this formatAlex Stapleton2014-04-037-0/+0
|
* Ed25519 test vectorsAlex Stapleton2014-04-021-0/+1024
|
* FIPS 186-3 ECDSA CAVP vectorsAlex Stapleton2014-04-026-0/+25558
|
* FIPS 186-2 ECDSA CAVP vectorsAlex Stapleton2014-04-026-0/+6254
|
* update versions for 0.4.dev1 and add boilerplate to changelogPaul Kehrer2014-03-271-1/+1
|
* bump versions and changelog for third releasePaul Kehrer2014-03-271-1/+1
|
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-24323-0/+652777
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.