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:
parent
e1b88abe99
commit
116118af22
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user