diff options
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 ~~~ |