What is the meaning of "double-SHA256 hash of every block" in Ethereum whitepaper?

376 Views Asked by At

I was reading ethereum whitepaper but I don't know what is the meaning of "double-SHA256 hash of every block".Ethereum Whitepaper

1

There are 1 best solutions below

1
On

If I am not wrong then it should be something like

var result = SHA-256(SHA256(0xc63dce6747e1640))