cambrian / accumulator

Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133 stars 34 forks source link

Better solution to testing both RSA and Class group accumulators #20

Closed alanefl closed 5 years ago

alanefl commented 5 years ago

Current solution duplicates a lot of code. Benchmarks use macros, but tests are more complicated due to function tags. Should still be possible though.

alanefl commented 5 years ago

We wrote a standard macro to handle this. We can use a procedural macro for more control, but procedural macros can only be defined in external crates. Closing for now.