BasePC.Commitmenttype secret = Kzg.Bls.Poly.t Kzg.SMap.ttype t = Aggregation.Pack.commitmentval t : Aggregation.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 Kzg.SMap.t ->
Aggregation.Pack.commitment * (PC.Commitment.t * PC.Commitment.prover_aux)val cardinal : Aggregation.Pack.commitment -> intval commit_single : public_parameters -> Kzg.Bls.Poly.t -> Kzg.Bls.G1.tval empty : Aggregation.Pack.commitmentval empty_prover_aux : PC.Commitment.t * PC.Commitment.prover_auxval recombine : Aggregation.Pack.commitment list -> Aggregation.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 ->
Aggregation.Pack.commitment * (PC.Commitment.t * PC.Commitment.prover_aux)