diff options
-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 |