summaryrefslogtreecommitdiff
path: root/doc/dnssec.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dnssec.rst')
-rw-r--r--doc/dnssec.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dnssec.rst b/doc/dnssec.rst
index 64f08b3..115f973 100644
--- a/doc/dnssec.rst
+++ b/doc/dnssec.rst
@@ -6,8 +6,8 @@ DNSSEC
Dnspython can do simple DNSSEC signature validation, but currently has no
facilities for signing. In order to use DNSSEC functions, you must have
-``pycryptodome`` installed. If you want to do elliptic curves, you must also
-have ``ecdsa`` installed.
+``pycryptodome`` or ``pycryptodomex`` installed. If you want to do elliptic
+curves, you must also have ``ecdsa`` installed.
DNSSEC Algorithms
-----------------