Skip to main content

Hash Chain

Definition

A hash chain is a sequence of cryptographic hash values, where each successive hash is computed from the previous one. Starting with an initial seed value, each new element in the chain is derived by applying a one-way hash function to the preceding element. This structure creates a verifiable and tamper-evident link between sequential data points. Hash chains are used in various cryptographic applications, including proof-of-work systems and time-stamping.