Back to Glossary
Core Protocolvdf

VDF (Verifiable Delay Function)

Also known asVDF
Verifiable Delay Function—a function that takes a prescribed amount of sequential computation to evaluate but whose output can be quickly verified. Solana's Proof of History uses a SHA-256 hash chain as a practical VDF: computing the chain is inherently sequential, but verifying any segment can be parallelized across multiple cores.

Related terms

2