Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated items (#3794) | Paul Kehrer | 2017-07-20 | 1 | -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 Kehrer | 2017-05-29 | 1 | -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 |