aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hkdf_vectors.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-2/+3
| | | | This way is more extensible and requires less maintaince
* Properly mark all test cases as dependant on HMAC.David Reid2014-02-031-4/+4
|
* Use the nist vector loader.David Reid2014-02-031-3/+3
|
* Fix case.David Reid2014-02-031-2/+2
|
* Fix pep8.David Reid2014-02-031-0/+1
|
* Refactor HKDF support and provide vectors for tests.David Reid2014-02-031-0/+50