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

doc/hashes: define new hash groups

This commit is contained in:
Jose Alamos 2018-08-28 19:02:09 +02:00
parent e1b88abe99
commit 116118af22

View File

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