aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors/hashes
Commit message (Collapse)AuthorAgeFilesLines
* Add vectors for unkeyed blake2s and blake2b. (#2867)Terry Chia2016-04-092-0/+54
| | | | | | | | | | * Add vectors for unkeyed blake2s and blake2b. * Add short note describing source of vectors. * Add link to OpenSSL repository. * Amend docs.
* remove executable bit from vector filesPaul Kehrer2014-06-1523-0/+0
|
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-2425-0/+16432
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.