Name Description Size Coverage
base58.cpp Alphabet: "123456789 ABCDEFGH JKLMN PQRSTUVWXYZ abcdefghijk mnopqrstuvwxyz" Valid input ranges are: '1'-'9' (length 9) 'A'-'H' (length 8) 'J'-'N' (length 5) 'P'-'Z' (length 11) 'a'-'k' (length 11) 'm'-'z' (length 14) 7132 -
base58.h Perform base58 encoding This is raw base58 encoding, without the checksum 1499 -
info.txt 213 -