]> gitweb.factorcode.org Git - factor.git/commit
base64: Fix base64 for strings that don't end in equal signs.
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 9 Jun 2017 02:02:13 +0000 (21:02 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 9 Jun 2017 02:03:40 +0000 (21:03 -0500)
commit67c44bcf6289e4b926a2c4e3e1a51016952dc9be
tree7b0da7e9f9e6d1a4d085d62ddf8f33ad0f753e5e
parent57de1f5ab003ad410032288616ec872627b11944
base64: Fix base64 for strings that don't end in equal signs.

Some uses of base64 in the wild do not have trailing ==, such as JWT (JSON Web Token) strings.
basis/base64/base64-tests.factor
basis/base64/base64.factor