Skip to main content

Short Commitment Proof

Definition

A Short Commitment Proof is a cryptographic construction that allows a party to commit to a value and later reveal it, with the proof being compact in size. This proof system enables a party to publicly declare a commitment to a secret value without revealing the value itself, and then later prove that a revealed value matches the original commitment. The “short” aspect indicates that the proof requires minimal data to verify, making it efficient for on-chain applications where data storage is costly. It is a foundational primitive in various zero-knowledge protocols and privacy-preserving technologies.