1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc/hashes: deprecate supports section

This commit is contained in:
Jose Alamos 2018-08-29 16:08:53 +02:00
parent 060fb619e9
commit cac5944023

View File

@ -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.
*/
/**