Bitcoin/address validation: Difference between revisions

+ note in D entry
(+ D entry)
(+ note in D entry)
Line 229:
 
=={{header|D}}==
This requires the D module from the SHA-256 Task.
{{trans|Go}}
<lang d>import std.stdio, std.algorithm, std.array, std.string, sha_256;