Main_Pack.Gates
val get_eqs :
string ->
q:Kzg.Bls.Scalar.t ->
wires:Kzg.Bls.Scalar.t array ->
wires_g:Kzg.Bls.Scalar.t array ->
?precomputed_advice:Kzg.Bls.Scalar.t Plonk.Identities.SMap.t ->
unit ->
Kzg.Bls.Scalar.t list
val get_cs :
string ->
q:Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr ->
wires:Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr array ->
wires_g:Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr array ->
?precomputed_advice:
Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr
Plonk.Identities.SMap.t ->
unit ->
Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr list
Plompiler.LibCircuit.t
val aggregate_prover_identities :
?circuit_prefix:(string -> string) ->
input_coms_size:int ->
proof_prefix:(string -> string) ->
gates:'a Plonk.Identities.SMap.t ->
public_inputs:Kzg.Bls.Scalar.t array ->
domain:Kzg.Bls.Domain.t ->
unit ->
Plonk.Identities.prover_identities
val aggregate_verifier_identities :
?circuit_prefix:(string -> string) ->
input_com_sizes:int list ->
proof_prefix:(string -> string) ->
gates:'a Plonk.Identities.SMap.t ->
public_inputs:Kzg.Bls.Scalar.t array ->
generator:Kzg.Bls.Scalar.t ->
size_domain:int ->
unit ->
Plonk.Identities.verifier_identities
val aggregate_polynomials_degree : gates:'a Plonk.Identities.SMap.t -> int
val exists_gx_composition : gates:'a Plonk.Identities.SMap.t -> bool
val cs_pi :
generator:Kzg.Bls.Scalar.t ->
n:Kzg.Bls.Scalar.t ->
x:Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr ->
zs:Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr ->
Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr list ->
Plompiler.LibCircuit.scalar Plompiler.LibCircuit.repr Plompiler.LibCircuit.t