Bharat Singh
Bharat Singh

Reputation: 103

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

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

Upvotes: 2

Views: 422

Answers (1)

Sudarshan
Sudarshan

Reputation: 814

If I am not wrong then it should be something like

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

Upvotes: 0

Related Questions