mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-11 16:41:28 +01:00
KZG based multilinear polynomial commitment
Compiling features:
parallel: use multi-threading when possible.print-trace: print out user friendly information about the running time for each micro component.group-switched: witch the groups of G1 and G2 as in a normal KZG. i.e., commitments are over G2 and openings are over G1 when this feature is turned on.