Skip to main content

Dynamic Accumulators

Definition

Dynamic Accumulators are cryptographic primitives that allow for efficient updates to a set of elements while maintaining a concise proof of membership or non-membership. Unlike static accumulators, they permit the addition and deletion of elements without requiring a complete recomputation of the entire structure. This property makes them suitable for applications where the underlying data set changes frequently. They offer a verifiable way to manage dynamic data collections.