CryptoNote-style chunked Base-58 encoder / decoder for Safex, Monero & forks
© 2025 Daniel Dabek • MIT-licensed
CryptoNote addresses aren’t encoded with the “regular” Bitcoin base-58.
They split data into 8-byte little-endian blocks (→ 11 chars each) so the
math fits in 64 bit integers.
This package implements that exact algorithm in pure ECMAScript.
npm i safex-base58