ZenGo-X / class

Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
GNU General Public License v3.0
63 stars 31 forks source link

Eliminate Pari compose #12

Open omershlo opened 5 years ago

omershlo commented 5 years ago

At the moment the library is using binding to c library pari to compose two quadratic forms. It is required to implement composition native in rust and use it instead.

omershlo commented 5 years ago

Algorithm appears here: https://github.com/Chia-Network/vdf-competition/blob/master/classgroups.pdf