Base58Check encoding: Difference between revisions

m
→‎version 3: aligned comment with assignment value.
m (→‎version 3: aligned statements.)
m (→‎version 3: aligned comment with assignment value.)
Line 1,224:
The algorithm used doesn't need to   ''reverse''   the residual string   (it uses   ''prepend''   instead of   ''append'').
<lang rexx>/*REXX pgm encodes a checksum (hash digest) into Base58 (the standard Bitcoin alphabet).*/
/* 0─────────────────I─────O────────────────────l──────────────── ◄───omit.*/
@= space(" 123456789ABCDEFGH JKLMN PQRSTUVWXYZabcdefghi jkmnopqrstuvwxyz", 0)
numeric digits 500 /*just in case there're huge numberss. */