diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-04-15 21:56:32 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-04-15 21:56:32 +0800 |
commit | 83cd3f894353c5f9e6393972319e7c20c0981a9c (patch) | |
tree | b5942338d197769ca35c2356a5da9b3bf485b71a | |
parent | 7964c173818f7f510cc148e510c02b457a9cc094 (diff) | |
download | cryptography-83cd3f894353c5f9e6393972319e7c20c0981a9c.tar.gz cryptography-83cd3f894353c5f9e6393972319e7c20c0981a9c.tar.bz2 cryptography-83cd3f894353c5f9e6393972319e7c20c0981a9c.zip |
Added link to wikipedia for CMAC
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 9743278c..ce8b7c70 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -447,8 +447,8 @@ Key derivation functions stored derived key. -CMAC -~~~~ +`CMAC`_ +~~~~~~~ .. class:: CMACContext @@ -471,3 +471,4 @@ CMAC .. _`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 +.. _`CMAC`: https://en.wikipedia.org/wiki/CMAC |