Skip to content

Commit

Permalink
doc/hashes: deprecate supports section
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Aug 29, 2018
1 parent 060fb61 commit cac5944
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions sys/hashes/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

/**
Expand Down

0 comments on commit cac5944

Please sign in to comment.