From d2fa7d2eed79feb94ddde3d770e9467ac3edc8ac Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Feb 2015 00:15:02 -0600 Subject: document that we moved the DSA interfaces --- docs/hazmat/primitives/interfaces.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/hazmat/primitives') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index aae891e8..bd329b98 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -139,6 +139,12 @@ Asymmetric interfaces .. attribute:: name +DSA +~~~ + +In 0.8 the DSA key interfaces were moved to the +:mod:`cryptography.hazmat.primitives.asymmetric.dsa` module. + RSA ~~~ -- cgit v1.2.3