From 2f2aa5f1647dac2ff8403e25deb38e7839bb2729 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Wed, 16 Apr 2014 23:20:15 +0800 Subject: Updated CMAC documentation --- docs/hazmat/primitives/index.rst | 3 +-- docs/hazmat/primitives/mac/index.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 docs/hazmat/primitives/mac/index.rst (limited to 'docs/hazmat') 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 -- cgit v1.2.3