summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_hash_vectors.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+1
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-17/+17
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-18/+0
* Add SM3 hash algorithm (#5833)tobyp2021-02-281-0/+14
* Convert a few more high cardinality tests to use subtests (#5632)Alex Gaynor2020-12-101-24/+22
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-79/+34
* Fixes for the latest pep8-naming (#4744)Alex Gaynor2019-02-021-11/+11
* shake128/256 support (#4611)Paul Kehrer2019-01-191-2/+75
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+68
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+34
* remove deprecated items (#3794)Paul Kehrer2017-07-201-45/+1
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-281-0/+34
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-8/+9
* Instantiate our hash objects used for supported checksPaul Kehrer2014-01-041-8/+8
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-20/+32
* correct import stylePaul Kehrer2013-12-241-0/+1
* add all the markers to the testsPaul Kehrer2013-12-241-0/+9
* Remove the hash and hmac specific classes, now that the logic is the Context ...Alex Gaynor2013-11-131-10/+10
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-9/+9
* Enforce that Hash takes a HashAlgorithm instance.David Reid2013-10-311-10/+10
* update tests for new test vector locationsPaul Kehrer2013-10-311-5/+5
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-8/+8
* Handle the deeper package directoryDonald Stufft2013-10-281-1/+1
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+146