Hash Functions

Hash functions are the cryptographic glue of blockchains. They turn any data into a short, unique fingerprint (the hash). Blockchains use hash functions like SHA-256 and Keccak to secure transactions, blocks, and more.

Why is this important?

Real-world example: Bitcoin mining is a race to find a block hash with enough zeros at the start!
e485541186cd67682999c1ad80eac78fb803ec57885c26d5489efb01f15ae913
5cb25460c5ac2fdeb323f604a7d65e8c87f06e4c59d0fa9b135ceb737af195ae
Try different messages and see how the hashes change. Bitcoin uses SHA-256, Ethereum uses Keccak-256!
← Back to Home