package octez-plonk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Plonk zero-knowledge proving system
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc
doc/octez-plonk.aggregation/Aggregation/Pack/Pack_impl/index.html
Module Pack.Pack_implSource
Source
type prover_public_parameters = {length : int;srs2_t : Plonk.Bls.G2.t array;g1_t : Plonk.Bls.G1.t;
}Source
type ipa_proof = {t_Ls : Plonk.Bls.GT.t array;t_Rs : Plonk.Bls.GT.t array;r_Ls : Plonk.Bls.G1.t array;r_Rs : Plonk.Bls.G1.t array;a0 : Plonk.Bls.G1.t;t0 : Plonk.Bls.G2.t;
}Source
val hash :
transcript:bytes ->
random:(?state:Random.State.t -> unit -> 'a) ->
?g1s:Plonk.Bls.G1.t array list ->
?g2s:Plonk.Bls.G2.t array list ->
?gts:Plonk.Bls.GT.t array list ->
?scalars:Plonk.Bls.Scalar.t array list ->
unit ->
'a * bytesSource
val setup_prover :
int ->
(Plonk.Bls.Srs_g1.t * Plonk.Bls.Srs_g2.t) ->
prover_public_parametersSource
val setup :
int ->
(Plonk.Bls.Srs_g1.t * Plonk.Bls.Srs_g2.t) ->
prover_public_parameters * Plonk.Bls.Srs_g1.eltSource
val partial_commit :
relevant_positions:Int.t list ->
prover_public_parameters ->
Bls12_381.G1.t array ->
commitmentSource
val prove_but_not_pack :
prover_public_parameters ->
bytes ->
Plonk.Bls.Scalar.t ->
Plonk.Bls.G1.t array ->
Plonk.Bls.G1.t ->
(ipa_proof * Plonk.Bls.G2.t) * bytesSource
val prove_single :
prover_public_parameters ->
bytes ->
Plonk.Bls.Scalar.t ->
Plonk.Bls.G1.t array ->
(Plonk.Bls.G1.t * (ipa_proof * Plonk.Bls.G2.t)) * bytesSource
val prove :
prover_public_parameters ->
bytes ->
Plonk.Bls.Scalar.t ->
Plonk.Bls.G1.t array list ->
(Plonk.Bls.G1.t list * (ipa_proof * Plonk.Bls.G2.t)) * bytesSource
val verify_single :
Plonk.Bls.G1.t ->
bytes ->
commitment ->
Plonk.Bls.Scalar.t ->
(Plonk.Bls.G1.t * (ipa_proof * Plonk.Bls.G2.t)) ->
bool * bytesSource
val verify :
Plonk.Bls.G1.t ->
bytes ->
commitment list ->
Plonk.Bls.Scalar.t ->
(Plonk.Bls.G1.t list * (ipa_proof * Plonk.Bls.G2.t)) ->
bool * bytes sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>