diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-04-16 23:20:15 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-04-22 12:11:34 +0800 |
commit | 2f2aa5f1647dac2ff8403e25deb38e7839bb2729 (patch) | |
tree | a6bebfc8685cb848f47d3e0e88fe9bbec94b5c66 | |
parent | 999db72bd88f801871588f16a42aeb0003bb5b9d (diff) | |
download | cryptography-2f2aa5f1647dac2ff8403e25deb38e7839bb2729.tar.gz cryptography-2f2aa5f1647dac2ff8403e25deb38e7839bb2729.tar.bz2 cryptography-2f2aa5f1647dac2ff8403e25deb38e7839bb2729.zip |
Updated CMAC documentation
-rw-r--r-- | docs/hazmat/primitives/index.rst | 3 | ||||
-rw-r--r-- | docs/hazmat/primitives/mac/index.rst | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst index 2b92c43e..a9ab38a0 100644 --- a/docs/hazmat/primitives/index.rst +++ b/docs/hazmat/primitives/index.rst @@ -7,8 +7,7 @@ Primitives :maxdepth: 1 cryptographic-hashes - mac/hmac - mac/cmac + mac/index symmetric-encryption padding key-derivation-functions diff --git a/docs/hazmat/primitives/mac/index.rst b/docs/hazmat/primitives/mac/index.rst new file mode 100644 index 00000000..59fb8da2 --- /dev/null +++ b/docs/hazmat/primitives/mac/index.rst @@ -0,0 +1,10 @@ +.. hazmat:: + +Message Authentication Codes +============================ + +.. toctree:: + :maxdepth: 1 + + cmac + hmac |