1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
Marian Buschsieweke e92a7164e3
sys/hash/pbkdf2: Accept passwd as void * instead of uint8_t *
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.
2022-11-18 13:51:32 +01:00
..
2018-08-29 16:08:53 +02:00
2021-01-26 17:40:29 +01:00
2022-09-16 14:00:35 +02:00
2021-08-13 19:50:38 +02:00
2020-10-22 11:29:27 +02:00
2021-08-13 19:50:38 +02:00