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

sys/sha1: deduplicate sys_hashes_sha1 group definition

This commit is contained in:
Alexandre Abadie 2019-07-06 22:39:34 +02:00
parent 570f308551
commit 9e9ef3293d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -11,14 +11,12 @@
*/
/**
* @defgroup sys_hashes_sha1 SHA-1
* @ingroup sys_hashes
* @brief Implementation of the SHA-1 hashing function
* @ingroup sys_hashes_sha1
* @{
*
* @file
* @brief SHA-1 interface definition
* @brief Implementation of the SHA-1 hashing function
*
* @author Wei Dai and others
* @author Oliver Hahm <oliver.hahm@inria.fr>