mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
e16ce60a38
* basenc: implement --base58 encoding option Add support for Base58 encoding to basenc as per GNU coreutils 9.8. Base58 uses the alphabet '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' which excludes visually ambiguous characters (0, O, I, l). Resolves issue #8744. * basenc: fix clippy warnings and spelling issues Fix explicit iteration clippy warnings. Add Base58 alphabet to spell-checker ignore list to resolve cspell errors.