Base58Check encoding: Difference between revisions

m
(Added Sidef)
m (→‎{{header|Sidef}}: optimization)
Line 1,207:
a b c d e f g h i j k m n o p q r s t u v w x y z
)
[chars[n.polymod(n.ilog(58).of(58)...)].map { chars[_] }.join.flip
}
 
Line 1,235:
281563422 -> Rt5zm
</pre>
 
=={{header|Visual Basic .NET}}==
{{trans|C#}}
2,747

edits