mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
- `encode()`: Renamed to `int_to_base58()`. - `decode()`: Renamed to `base58_to_int()`. - Maintain aliases of old function names for backwards compatibility.