aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_mac.py
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated items (#3794)Paul Kehrer2017-07-201-15/+0
| | | | | | | | | | * remove deprecated items whirlpool, ripemd160, unsupportedextension, and the old interfaces * flake8 and remove a test generator we no longe use * make it clear we warned you about these things
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-0/+15
* move MACContext to mac.py and eliminate interfaces.py finally * improve title * re-add and deprecate interfaces.MACContext * use pytest.warns instead of deprecated_call The pytest docs insist that deprecation warnings are handled differently and that you should use deprecated_call, but this works so okay then