Re: [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-11-23 18:20:09
Also in:
linux-nvme
From: Eric Biggers <ebiggers@kernel.org>
Date: 2021-11-23 18:20:09
Also in:
linux-nvme
On Tue, Nov 23, 2021 at 01:37:53PM +0100, Hannes Reinecke wrote:
+ * Return: the length of the resulting base64url-encoded string in bytes.
As I mentioned on a previous version, this is base64, not base64url.
+ * Decodes a string using base64url encoding, i.e. the "Base 64 Encoding"
Likewise here. - Eric