aboutsummaryrefslogtreecommitdiffstats
path: root/doc/website/algos.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/website/algos.rst')
-rw-r--r--doc/website/algos.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/website/algos.rst b/doc/website/algos.rst
index 5184564af..795f718e0 100644
--- a/doc/website/algos.rst
+++ b/doc/website/algos.rst
@@ -57,12 +57,13 @@ Hash functions
* Obsolete or insecure hashes MD5, MD4, MD2
* Non-cryptographic checksums Adler32, CRC24, CRC32
-Authentication Codes
+Authentication Codes and PRFs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* HMAC
* CMAC (aka OMAC1)
* Poly1305
+ * SipHash
* Obsolete designs CBC-MAC and ANSI X9.19 DES-MAC
Other Useful Things