aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/crypto.xml
diff options
context:
space:
mode:
authorPetr Gotthard <[email protected]>2016-08-12 02:29:05 -0700
committerPetr Gotthard <[email protected]>2016-08-12 02:29:05 -0700
commit080dc3a6d3bc09fd95f7d5b10a861f7d34360f8c (patch)
treeaba55a7c32375bbcaae579d4da36afcc374ded0f /lib/crypto/doc/src/crypto.xml
parent9a98a20987253410e096292b07b877e1cbd62b7f (diff)
downloadotp-080dc3a6d3bc09fd95f7d5b10a861f7d34360f8c.tar.gz
otp-080dc3a6d3bc09fd95f7d5b10a861f7d34360f8c.tar.bz2
otp-080dc3a6d3bc09fd95f7d5b10a861f7d34360f8c.zip
Added a reference to cmac RFC in the description part of the man page
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r--lib/crypto/doc/src/crypto.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 728233d226..50e3583a94 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -41,6 +41,9 @@
<p>Hmac functions - <url href="http://www.ietf.org/rfc/rfc2104.txt"> Keyed-Hashing for Message Authentication (RFC 2104) </url></p>
</item>
<item>
+ <p>Cmac functions - <url href="http://www.ietf.org/rfc/rfc4493.txt">The AES-CMAC Algorithm (RFC 4493)</url></p>
+ </item>
+ <item>
<p>Block ciphers - <url href="http://csrc.nist.gov/groups/ST/toolkit/block_ciphers.html"> </url> DES and AES in
Block Cipher Modes - <url href="http://csrc.nist.gov/groups/ST/toolkit/BCM/index.html"> ECB, CBC, CFB, OFB, CTR and GCM </url></p>
</item>