# Gavin Andresen # 2011-11-02 20:45:07 # https://bitcointalk.org/index.php?topic=50523.msg604524#msg604524 OP_0 pushes an empty array of bytes onto the stack, so you should RIPEMD160(SHA256([])). @p{par} (thanks go genjix for setting me straight, I'd been thinking OP_0 pushed a 0x00 onto the stack, and that isn't right. The scripting engine knows that an empty array is 'False', and FIPS standards make sure hashing empty strings/arrays is well-defined...) @p{brk}