mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e92a7164e3
Having to cast a password provided as `const char *` to `const uint8_t *` is a needless pain in the ass when using the API. Hence, fix it by accepting passwords and salts as `const void *` instead. |
||
---|---|---|
.. | ||
aes128_cmac.c | ||
doc.txt | ||
hashes.c | ||
Kconfig | ||
Makefile | ||
md5.c | ||
pbkdf2.c | ||
sha1.c | ||
sha2xx_common.c | ||
sha3.c | ||
sha224.c | ||
sha256.c |