Bitcoin/address validation: Difference between revisions

Content added Content deleted
(Added Seed7 example)
(No external library is needed.)
Line 1,979: Line 1,979:
The Seed7 library [http://seed7.sourceforge.net/libraries/msgdigest.htm msgdigest.s7i] defines
The Seed7 library [http://seed7.sourceforge.net/libraries/msgdigest.htm msgdigest.s7i] defines
the function [http://seed7.sourceforge.net/libraries/msgdigest.htm#sha256(in_var_string) sha256].
the function [http://seed7.sourceforge.net/libraries/msgdigest.htm#sha256(in_var_string) sha256].
No external library is needed.


<lang seed7>$ include "seed7_05.s7i";
<lang seed7>$ include "seed7_05.s7i";