1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/hashes
Marian Buschsieweke 86fdbd7054
core/lib: Add macros/utils.h header
The macros CONCAT(), MIN(), and MAX() are defined over and over again in
RIOT's code base. This de-duplicates the code by moving the macros to a
common place.
2023-01-07 09:47:44 +01:00
..
aes128_cmac.c core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
doc.txt doc/hashes: deprecate supports section 2018-08-29 16:08:53 +02:00
hashes.c sys/hashes, sys/checksum: mv fletcher* checksum 2016-02-15 09:29:04 +01:00
Kconfig sys/hashes: add module to Kconfig 2021-01-26 17:40:29 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
md5.c codespell: fix remaining issues 2022-09-16 14:00:35 +02:00
pbkdf2.c sys/hash/pbkdf2: Accept passwd as void * instead of uint8_t * 2022-11-18 13:51:32 +01:00
sha1.c sys/sha1: deduplicate sys_hashes_sha1 group definition 2019-08-05 16:57:36 +02:00
sha2xx_common.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
sha3.c core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
sha224.c sys/*: remove unused assert.h include 2020-10-22 11:29:27 +02:00
sha256.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00