Difference between revisions of "HASH256"

(Created page with "HASH256 is an opcode which instructs that the machine must perform a SHA256 hash upon the output from a value passed through an earlier round of the SHA256 hash function. Wri...")
 
 
Line 1: Line 1:
HASH256 is an opcode which instructs that the machine must perform a SHA256 hash upon the output from a value passed through an earlier round of the SHA256 hash function.
+
HASH256 is an opcode which instructs that the machine must perform a SHA256 hash upon the output from a value passed through an earlier round of the SHA256 [[hash function]].
  
 
Written in other words HASH256(A) = SHA256(SHA256(A))
 
Written in other words HASH256(A) = SHA256(SHA256(A))

Latest revision as of 00:31, 22 April 2022

HASH256 is an opcode which instructs that the machine must perform a SHA256 hash upon the output from a value passed through an earlier round of the SHA256 hash function.

Written in other words HASH256(A) = SHA256(SHA256(A))