aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors/hashes
Commit message (Collapse)AuthorAgeFilesLines
* Another HTTPS (#4674)Alex Gaynor2019-01-021-1/+1
|
* HTTPS a bunch of links in random places (#4666)Alex Gaynor2018-12-311-1/+1
| | | | | | * HTTPS a bunch of links in random places * What the heck happened here?
* Add SHA512/224 and SHA512/256 test vectors from NIST CAVP (#4237)Paul Kehrer2018-05-148-0/+7120
|
* add SHA3 and SHAKE vectors (#4213)Paul Kehrer2018-05-0920-0/+20712
| | | These can be used when OpenSSL 1.1.1 is released
* remove whirlpool vectors since we no longer support whirlpool (#4054)Paul Kehrer2017-12-101-71/+0
|
* 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.