LFDT-Lockness / generic-ec

Generic elliptic curve cryptography in Rust
Apache License 2.0
2 stars 2 forks source link

Add polynomials to zkp #3

Closed survived closed 1 year ago

survived commented 1 year ago

Move polynomials-related logic from cggmp21 to generic-ec-zkp crate

survived commented 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

survived commented 1 year ago

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