mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
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.
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.