You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code currently produces powers of tau, but this is intended to be used only for testing purposes. Our code can use any existing KZG setup parameters--even those that were performed for univariate polynomial based schemes such as Plonk or Marlin or their variants.
The code will be added to the setup method in src/provider/hyperkzg.rs to open an existing file, parse them, and initialize ck.
The text was updated successfully, but these errors were encountered:
The code currently produces powers of tau, but this is intended to be used only for testing purposes. Our code can use any existing KZG setup parameters--even those that were performed for univariate polynomial based schemes such as Plonk or Marlin or their variants.
The code will be added to the setup method in
src/provider/hyperkzg.rs
to open an existing file, parse them, and initializeck
.The text was updated successfully, but these errors were encountered: