1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/base64
Benjamin Valentin 48c33ae0a2 sys/base64: drop padding for base64url encoding
The URLsafe base64 encoding variant does not require padding, using
'=' as padding is in fact an error as it is not a URL-safe character.
2020-12-15 12:18:45 +01:00
..
base64.c sys/base64: drop padding for base64url encoding 2020-12-15 12:18:45 +01:00
Makefile sys: add base64 encoding/decoding module 2015-01-12 11:26:41 +01:00