From: Lady Date: Sat, 20 May 2023 01:05:02 +0000 (-0700) Subject: Add base16 support to binary.js X-Git-Tag: 0.3.0~3 X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/295c32f3bca325fc406aeb9fa20adb643c8bf429?hp=295c32f3bca325fc406aeb9fa20adb643c8bf429 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. ---