Base58Check encoding: Difference between revisions

Content added Content deleted
(Added Sidef)
m (→‎{{header|Sidef}}: optimization)
Line 1,207: 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
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
)
)
[n.polymod(n.ilog(58).of(58)...)].map { chars[_] }.join.flip
[chars[n.polymod(n.ilog(58).of(58)...)]].join.flip
}
}


Line 1,235: Line 1,235:
281563422 -> Rt5zm
281563422 -> Rt5zm
</pre>
</pre>

=={{header|Visual Basic .NET}}==
=={{header|Visual Basic .NET}}==
{{trans|C#}}
{{trans|C#}}