Difference between revisions of "HASH-160"

(Created page with "HASH-160 is a portion of an opcode which instructs that the machine must perform a RIPEMD160 hash upon the output of a value passed through the SHA256 hash function. Written...")
 
Line 1: Line 1:
HASH-160 is a portion of an opcode which instructs that the machine must perform a RIPEMD160 hash upon the output of a value passed through the SHA256 hash function.  
+
HASH-160 is an opcode which instructs that the machine must perform a RIPEMD160 hash upon the output from a value passed through the SHA256 hash function.  
  
 
Written in other words HASH-160 (A) = RIPEMD160(SHA256(A))
 
Written in other words HASH-160 (A) = RIPEMD160(SHA256(A))

Revision as of 00:22, 22 April 2022

HASH-160 is an opcode which instructs that the machine must perform a RIPEMD160 hash upon the output from a value passed through the SHA256 hash function.

Written in other words HASH-160 (A) = RIPEMD160(SHA256(A))