Bitcoin/address validation: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl}}: 'my' instead of 'our')
m (adding extra credit)
Line 4: Line 4:


You can use a digest library for [[SHA-256]].
You can use a digest library for [[SHA-256]].

''extra credit'': allow your code to deal with [http://bitcoin.stackexchange.com/questions/3059/what-is-a-compressed-bitcoin-key compressed keys]


=={{header|Perl}}==
=={{header|Perl}}==