From 7bc36865fcdb1057a4d2925d28f688c5590d6eaf Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 29 May 2017 10:13:35 -0500 Subject: move MACContext to mac.py and eliminate interfaces.py (#3631) * 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 --- docs/hazmat/primitives/index.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/hazmat/primitives/index.rst') diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst index cf27622a..022cb9fb 100644 --- a/docs/hazmat/primitives/index.rst +++ b/docs/hazmat/primitives/index.rst @@ -14,5 +14,4 @@ Primitives keywrap asymmetric/index constant-time - interfaces twofactor -- cgit v1.2.3