From a8850d5c626b7d40205c7e1908eefacfceb1ef4e Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sat, 14 Jun 2014 20:29:04 +0300 Subject: [PATCH] dox: fix file locations --- doc/mainpage.dox | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index b106d6d..d2fae42 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -56,21 +56,24 @@ * Data Processing * Bit arithmetic * Config parser - * CRC32 * Endianess conversion - * Jenkins' lookup3 hash * Misc arithmetic * POSIX regex compat * PostgreSQL data formats * Low-level UTF8 handling + * Non-cryptographic hashing + * CRC32 + * Jenkins' lookup3 hash + * Siphash * Cryptography * Common API for cryptographic message digests * HMAC with digest * MD5 hash * SHA1 hash - * SHA256/224 hashes - * SHA512/384 hashes - * Keccak/SHA3 hashes + * SHA256/224 hashes + * SHA512/384 hashes + * SHA3/SHAKE hashes + * Keccak sponge API * Memory Allocation * Context Allocator framework * Extra allocators -- 2.39.5