Skip to main content

Cryptographic Accumulators

Definition

Cryptographic accumulators are data structures that allow for efficient aggregation and verification of a set of cryptographic values. They enable proving the membership of an element within a set without revealing the entire set itself, or proving that a set has not changed without retransmitting all its elements. This provides a compact representation of a large dataset that can be quickly verified. Their utility lies in enhancing privacy and reducing data transmission overhead in cryptographic protocols.