Reputation: 103
I was reading ethereum whitepaper but I don't know what is the meaning of "double-SHA256 hash of every block".
Upvotes: 2
Views: 422
Reputation: 814
If I am not wrong then it should be something like
var result = SHA-256(SHA256(0xc63dce6747e1640))
Upvotes: 0