]> Lady’s Gitweb - Pisces/commitdiff
Add base16 support to binary.js
authorLady <redacted>
Sat, 20 May 2023 01:05:02 +0000 (18:05 -0700)
committerLady <redacted>
Sat, 20 May 2023 01:05:02 +0000 (18:05 -0700)
Just iterating over the bytes and doing `$.toString(16).toUpperCase()`
or `parseInt($, 16)` might actually be faster, but I kind of like using
an actual algorithm to ensure parity with base64 ⁊·c processing.


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