1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/base64
Marian Buschsieweke 3c7fd0cdc9
sys/base64: Use void pointer for buffers in API
This is a non-breaking change, as `unsigned char *` can implicitly be converted
to `void *`.
2020-07-02 11:10:06 +02:00
..
base64.c sys/base64: Use void pointer for buffers in API 2020-07-02 11:10:06 +02:00
Makefile sys: add base64 encoding/decoding module 2015-01-12 11:26:41 +01:00