package octez-libs
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A package that contains multiple base libraries used by the Octez suite
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a
doc/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:Stdlib.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:Stdlib.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)"
>