On Tue, Sep 28, 2021 at 08:03:48AM +0200, Hannes Reinecke wrote: > + * Return: the length of the resulting base64url-encoded string in bytes. base64, not base64url. > + * Decodes a string using base64url encoding, i.e. the "Base 64 Encoding" > + * specified by RFC 4648, including the '='-padding. base64, not base64url. - Eric