Bitcoin/address validation: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎{{header|Phix}}: now supported by p2js
Thundergnat (talk | contribs)
m →‎{{header|Raku}}: Use faster module, suppress warning
Line 2,000:
<+alnum-[0IOl]> ** 26..* # an address is at least 26 characters long
<?{
use Digest::SHASHA256::Native;
.subbuf(21, 4) eqv sha256(sha256 .subbuf(0, 21)).subbuf(0, 4) given
Blob.new: <