Closed jsign closed 1 year ago
This PR applies a good idea from from the Rust implementation.
We first aggregate the polynomials by evaluation point, and then apply the usual protocol. This avoids unnecessary heavy work in the same evaluation point.
This PR applies a good idea from from the Rust implementation.
We first aggregate the polynomials by evaluation point, and then apply the usual protocol. This avoids unnecessary heavy work in the same evaluation point.