Module Kzg_impl.Public_parametersSource

Sourcetype prover = {
  1. srs1 : Plonk.Bls.Srs_g1.t;
  2. encoding_1 : Bls.G2.t;
  3. encoding_x : Bls.G2.t;
}
Sourceval prover_t : prover Repr.t
Sourceval to_bytes : int -> prover -> bytes
Sourcetype verifier = {
  1. encoding_1 : Bls.G2.t;
  2. encoding_x : Bls.G2.t;
}
Sourceval verifier_t : verifier Repr.t
Sourcetype setup_params = int
Sourceval setup_verifier : Plonk.Bls.Srs_g2.t -> verifier