aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hkdf.py
Commit message (Expand)AuthorAgeFilesLines
* Properly mark all test cases as dependant on HMAC.David Reid2014-02-031-1/+1
* Don't forget InvalidKey.David Reid2014-02-031-1/+1
* Import exception classes instead of the exceptions module.David Reid2014-02-031-4/+4
* Don't expose extract and expand on this class yet because we don't know how b...David Reid2014-02-031-18/+0
* Complete test coverageDavid Reid2014-02-031-0/+26
* Use six.u for great good.David Reid2014-02-031-5/+19
* Consistently use double quotes.David Reid2014-02-031-11/+11
* Aggressively type-check for text.David Reid2014-02-031-0/+40
* bytes all the things.David Reid2014-02-031-6/+6
* Add test cases for length checking and already finalized.David Reid2014-02-031-0/+85