diff options
author | Mohammed Attia <skeuomorf@gmail.com> | 2014-03-04 03:56:08 +0200 |
---|---|---|
committer | Mohammed Attia <skeuomorf@gmail.com> | 2014-03-04 03:56:08 +0200 |
commit | 604c78f75ca1c0a5b6a340dd5067182487f1b65d (patch) | |
tree | 2e4bd79ca397dc3569ac37f64016df408032bd96 /docs | |
parent | 7032451fb442f3e4c5dd590c54aa7532b1197f5c (diff) | |
download | cryptography-604c78f75ca1c0a5b6a340dd5067182487f1b65d.tar.gz cryptography-604c78f75ca1c0a5b6a340dd5067182487f1b65d.tar.bz2 cryptography-604c78f75ca1c0a5b6a340dd5067182487f1b65d.zip |
Define DSA in the documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index bbaeb5e7..2ea4b583 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -442,3 +442,4 @@ Key Derivation Functions .. _`RSA`: https://en.wikipedia.org/wiki/RSA_(cryptosystem) .. _`Chinese remainder theorem`: https://en.wikipedia.org/wiki/Chinese_remainder_theorem +.. _`DSA`: https://en.wikipedia.org/wiki/Digital_Signature_Algorithm |