Bitcoin/public point to address: Difference between revisions

Content deleted Content added
PSNOW123 (talk | contribs)
New post.
PSNOW123 (talk | contribs)
m Realigning text comments.
 
Line 730:
 
=={{header|Java}}==
This example uses the Java code from the SHA-256 and RIPEMD-160 tasks. This slightly complicates the code because
the two previous tasks were designed to hash a string of ASCII characters rather than a byte array. However, it
enables the task to be completed without the use of any external libraries.
<syntaxhighlight lang="java">
import java.math.BigInteger;