Make.PermSourceval preprocessing :
?circuit_name:string ->
domain:PP.PC.Polynomial.Domain.t ->
permutation:int array ->
nb_wires:int ->
unit ->
PP.PC.Polynomial.Polynomial.t Plonk.SMap.tval common_preprocessing :
compute_l1:bool ->
domain:PP.PC.Polynomial.Domain.t ->
nb_wires:int ->
domain_evals:PP.Evaluations.domain ->
PP.PC.Polynomial.Polynomial.t Plonk.SMap.t * PP.Evaluations.t Plonk.SMap.tval prover_identities :
?circuit_name:string ->
wire_names:string list ->
generator:PP.PC.Scalar.t ->
beta:PP.PC.Scalar.t ->
gamma:PP.PC.Scalar.t ->
n:int ->
unit ->
PP.prover_identitiesval verifier_identities :
?circuit_name:string ->
nb_proofs:int ->
generator:PP.PC.Scalar.t ->
n:int ->
wire_names:string list ->
beta:PP.PC.Scalar.t ->
gamma:PP.PC.Scalar.t ->
delta:PP.PC.Scalar.t ->
unit ->
PP.verifier_identitiesval f_map_contribution :
permutation:int array ->
values:PP.Evaluations.t ->
indices:int array Plonk.SMap.t ->
beta:PP.PC.Scalar.t ->
gamma:PP.PC.Scalar.t ->
domain:PP.PC.Polynomial.Domain.t ->
PP.PC.Polynomial.Polynomial.t Plonk.SMap.tval cs :
sum_alpha_i:
(Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr list ->
Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr
Plonk.Permutation_gate.L.t) ->
l1:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
ss1:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
ss2:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
ss3:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
beta:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
gamma:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
delta:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
x:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
z:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
zg:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr ->
wires:Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr list list ->
(Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr
* Plonk.Permutation_gate.L.scalar Plonk.Permutation_gate.L.repr)
Plonk.Permutation_gate.L.t