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.h | ||
cmac.h | ||
md5.h | ||
pbkdf2.h | ||
sha1.h | ||
sha2xx_common.h | ||
sha3.h | ||
sha224.h | ||
sha256.h |