nucypher / ferveo

An implementation of a DKG protocol forked from Anoma
https://nucypher.github.io/ferveo/benchmarks/perf/tpke/index.html
GNU General Public License v3.0
5 stars 10 forks source link

Use multipairings when possible #192

Open cygnusv opened 2 months ago

cygnusv commented 2 months ago

When more than 2 or more pairings are computed as part of the same expression, sometimes they can be grouped as a single multipairing for efficiency reasons.