Add "To Base58" and "From Base58" operations

This commit is contained in:
toby 2017-02-10 13:31:59 -05:00
parent 0fd2550190
commit e26e6a4961
3 changed files with 169 additions and 0 deletions

View file

@ -40,6 +40,8 @@ var Categories = [
"Show Base64 offsets",
"To Base32",
"From Base32",
"To Base58",
"From Base58",
"To Base",
"From Base",
"To HTML Entity",