Closed survived closed 1 year ago
I have updated cggmp21 code as well to use polynomials from this crate, you can find changes in https://github.com/dfns-labs/cggmp21/pull/49
Looks good, but generic-ec-zkp and not just generic-ec?
You're asking why I didn't put it in generic-ec
? generic-ec-zkp
is better cuz it's basically a crate for all zk-related stuff. generic-ec
is a core functionality: points and scalars, and essential utilities like serialization
Move polynomials-related logic from cggmp21 to generic-ec-zkp crate