cambrian / accumulator

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

Why not reduce after op in class group? #49

Closed wangboyu-langya closed 4 years ago

wangboyu-langya commented 4 years ago

I'm reading the implementation, there is no reduce operation in _op, can reduce improve the performance?

mstraka100 commented 4 years ago

This is handled by the elem ClassGroup constructor