Skip to content
Onchain Economics

Hash

A fixed-size output produced by a cryptographic function that uniquely represents input data.

In-Depth Explanation

Hashing is fundamental to blockchain: it links blocks together, secures mining, and enables efficient data verification. Good hash functions are deterministic (same input = same output), fast to compute, and practically impossible to reverse. Even a tiny input change produces a completely different hash. SHA-256 and Keccak-256 are common blockchain hash functions.

Related Terms

More in Infrastructure

View all →