Update BaseN

Craig Everett 2026-01-07 16:48:38 +09:00
parent 9f39905f24
commit 474dacdf2d

@ -6,13 +6,13 @@
1. Original article: <https://zxq9.com/archives/2688>
2. Base64 Erlang:
<https://github.com/aeternity/Vanillae/blob/829dd2930ff20ea0473cf2ad562e0a1c2aba0411/utils/vw/src/vb64.erl>
<https://git.qpq.swiss/QPQ-AG/public-wiki/src/branch/master/snippets/vb64.erl>
3. Base58 Erlang:
<https://github.com/aeternity/Vanillae/blob/829dd2930ff20ea0473cf2ad562e0a1c2aba0411/utils/vw/src/vb58.erl>
<https://git.qpq.swiss/QPQ-AG/public-wiki/src/branch/master/snippets/vb58.erl>
4. Base64 TypeScript:
<https://github.com/aeternity/Vanillae/blob/829dd2930ff20ea0473cf2ad562e0a1c2aba0411/bindings/typescript/src/b64.ts>
<https://git.qpq.swiss/QPQ-AG/public-wiki/src/branch/master/snippets/b64.ts>
5. Base58 TypeScript:
<https://github.com/aeternity/Vanillae/blob/829dd2930ff20ea0473cf2ad562e0a1c2aba0411/bindings/typescript/src/b58.ts>
<https://git.qpq.swiss/QPQ-AG/public-wiki/src/branch/master/snippets/b58.ts>
## tl;dr