Expand description
Homomorphic hash accumulator.
An RSA-style accumulator that supports:
- Add element
- Prove membership (witness)
- Verify membership
- Remove element (with trapdoor)
Structsยง
- Accumulator
- An accumulator state.
Homomorphic hash accumulator.
An RSA-style accumulator that supports: