From cac594402315d4c70475c5f31a38024cb44dc5b9 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Wed, 29 Aug 2018 16:08:53 +0200 Subject: [PATCH] doc/hashes: deprecate supports section --- sys/hashes/doc.txt | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/sys/hashes/doc.txt b/sys/hashes/doc.txt index b5607c9766..a408a63374 100644 --- a/sys/hashes/doc.txt +++ b/sys/hashes/doc.txt @@ -10,31 +10,9 @@ * @defgroup sys_hashes Hashes * @ingroup sys * - * @brief A collection of hash algorithms. - * - * RIOT supports the following hash functions: - * - * @section Checksums - * - * * Fletcher-16 - * * Fletcher-32 - * - * @section Non-cryptographic hash functions - * - * * Bernstein hash djb2i (http://www.cse.yorku.ca/~oz/hash.html) - * * sdbm (http://www.cse.yorku.ca/~oz/hash.html) - * * Kernighan and Ritchie - * * Shift, And, Xor - * * Donald E. Knuth - * * Fowler-Noll-Vo hash function - * * Rotating Hash - * * One at a time Hash - * - * @section Unkeyed cryptographic hash functions - * - * * MD5 - * * SHA-256 - * + * @brief A collection of hash algorithms. RIOT supports some checksum + * hash algorithms, keyed and unkeyed cryptographic hash algorithms + * and non cryptographic hash algorithms. */ /**