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.
1016664
10 days ago
by AnarchistHoneybun
+0.04%
basenc: fix clippy warnings and spelling issues
Fix explicit iteration clippy warnings. Add Base58 alphabet to spell-checker ignore list to resolve cspell errors.