1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-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
..
Makefile
Makefile.include tests/unittests/base64: add test case for urlsafe_encode 2020-03-31 19:01:05 +02:00
tests-base64.c sys/base64: drop padding for base64url encoding 2020-12-15 12:18:45 +01:00
tests-base64.h *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00