From 83cd3f894353c5f9e6393972319e7c20c0981a9c Mon Sep 17 00:00:00 2001 From: Ayrx Date: Tue, 15 Apr 2014 21:56:32 +0800 Subject: Added link to wikipedia for CMAC --- docs/hazmat/primitives/interfaces.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives') 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 -- cgit v1.2.3