You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhenfei 3b58050b27
feat: allow group switching, and switch group by default (#33)
2 years ago
..
benches impl KZG based multilinear pcs (#22) 2 years ago
src feat: allow group switching, and switch group by default (#33) 2 years ago
Cargo.toml feat: allow group switching, and switch group by default (#33) 2 years ago
readme.md feat: allow group switching, and switch group by default (#33) 2 years ago

readme.md

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.