Skip to content

Releases: chaintope/rsa-accumulatorrb

v0.3.0 release

20 Jul 00:40
Compare
Choose a tag to compare

The constructor now accepts each parameter so that RSA::Accumulator can be restored from the existing accumulator value.

v0.2.0 release

14 Jul 02:31
Compare
Choose a tag to compare

v0.2.0 supports hold_elements option. If you set the hold_elements option to true when initializing the accumulator, accumulator will keep the product of the elements in the accumulator in the products field. This is an experimental feature.