Skip to content

Commit

Permalink
doc/hashes: define new hash groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Aug 28, 2018
1 parent e1b88ab commit 116118a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sys/hashes/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,21 @@
* * SHA-256
*
*/

/**
* @defgroup sys_hashes_non_crypto Non-cryptographic hash functions
* @ingroup sys_hashes
* @brief A collection of non-cryptographic hash algorithms.
*/

/**
* @defgroup sys_hashes_unkeyed Unkeyed cryptographic hash functions
* @ingroup sys_hashes
* @brief A collection of unkeyed cryptographic hash algorithms.
*/

/**
* @defgroup sys_hashes_keyed Keyed cryptographic hash functions
* @ingroup sys_hashes
* @brief A collection of keyed cryptographic hash algorithms.
*/

0 comments on commit 116118a

Please sign in to comment.