From: Lady Date: Sun, 25 Sep 2022 07:00:10 +0000 (-0700) Subject: Rename base64.js to binary.js; reorganize contents X-Git-Tag: 0.3.0~8 X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/3d2a5e40eaf384aee6b9699bc71af015fd2cb2e9?hp=3d2a5e40eaf384aee6b9699bc71af015fd2cb2e9 Rename base64.js to binary.js; reorganize contents `atob` and `btoa` now have the much clearer names `base64Binary` and `base64String`; filename‐safe equivalents have been added. The intention is to add the base16 and base32 formats from R·F·C 3548 as well, although that work is still forthcoming. ---