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

hashes/cmac: change ingroup directive

This commit is contained in:
Jose Alamos 2018-08-28 19:25:20 +02:00
parent 5cf0b1ae62
commit 3ee3a020c3

View File

@ -8,7 +8,7 @@
/**
* @defgroup sys_hashes_cmac AES_CMAC
* @ingroup sys_hashes
* @ingroup sys_hashes_keyed
* @brief Implementation of the AES CMAC hashing function
* @{