]> Lady’s Gitweb - Pisces/commitdiff
Fix base64 implementation
authorLady <redacted>
Fri, 19 May 2023 07:20:39 +0000 (00:20 -0700)
committerLady <redacted>
Sat, 20 May 2023 01:03:34 +0000 (18:03 -0700)
I believe that the old implementation was just wrong, and it simply
wasn’t caught because Deno’s `assertEquals` doesn’t actually know what
to do with raw buffers. Wrapping them to build typed arrays creates
working tests, and this implementation matches observed behaviour with
`atob` and `btoa`.


No differences found
This page took 0.020412 seconds and 4 git commands to generate.