Make_impl.Commitmenttype secret = Kzg.Bls.Poly.t SMap.ttype t = Pack.commitmentval t : Pack.commitment Repr.ttype prover_aux = PC.Commitment.t * PC.Commitment.prover_auxval prover_aux_t : (PC.Commitment.t * PC.Commitment.prover_aux) Repr.tval commit : 
  ?all_keys:Stdlib.String.t list ->
  public_parameters ->
  Kzg.Bls.Poly.t SMap.t ->
  Pack.commitment * (PC.Commitment.t * PC.Commitment.prover_aux)val cardinal : Pack.commitment -> intval commit_single : public_parameters -> Kzg.Bls.Poly.t -> Kzg.Bls.G1.tval empty : Pack.commitmentval empty_prover_aux : PC.Commitment.t * PC.Commitment.prover_auxval recombine : Pack.commitment list -> Pack.commitmentval recombine_prover_aux : 
  (PC.Commitment.t * PC.Commitment.prover_aux) list ->
  PC.Commitment.t * PC.Commitment.prover_auxval of_list : 
  public_parameters ->
  name:string ->
  Kzg.Bls.G1.t list ->
  Pack.commitment * (PC.Commitment.t * PC.Commitment.prover_aux)