]> Lady’s Gitweb - Pisces/commit
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)
commit295c32f3bca325fc406aeb9fa20adb643c8bf429
tree296cec1ab7aa730ca9d1dcc5c55b485aa2fa508f
parent8d2beebdeea4000740fc3914f5d568f473629951
Add base16 support to binary.js

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.
binary.js
binary.test.js
This page took 0.067269 seconds and 4 git commands to generate.