1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/crc/doc.txt

14 lines
366 B
Plaintext
Raw Normal View History

/*
* Copyright 2016 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
2016-02-04 12:00:07 +01:00
* @defgroup sys_crc CRC Cyclic redundancy checks
* @ingroup sys
2016-02-04 12:00:07 +01:00
* @brief CRC hashing functions
*/