1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +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
hashes.c
Kconfig
Makefile
md5.c
pbkdf2.c sys/hash/pbkdf2: Accept passwd as void * instead of uint8_t * 2022-11-18 13:51:32 +01:00
sha1.c
sha2xx_common.c
sha3.c core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
sha224.c
sha256.c