mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-08-21 10:55:48 +02:00
Fix comment
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ for i = 1, #B64_ALPHABET do
|
|||||||
B64_DEC[B64_ALPHABET:sub(i, i)] = i - 1
|
B64_DEC[B64_ALPHABET:sub(i, i)] = i - 1
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Decode an unpadded base64url string. Returns the decoded string, or nil if
|
-- Decode an unpadded base64url string. Returns the decoded string, or nil on invalid input.
|
||||||
local function b64url_decode(s)
|
local function b64url_decode(s)
|
||||||
if #s % 4 == 1 then
|
if #s % 4 == 1 then
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user