package octez-libs
A package that contains multiple base libraries used by the Octez suite
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a
doc/aggregation/Aggregation/Pack/Pack_impl/index.html
Module Pack.Pack_impl
Source
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 * bytes
Source
val setup_prover :
int ->
(Plonk.Bls.Srs_g1.t * Plonk.Bls.Srs_g2.t) ->
prover_public_parameters
Source
val setup :
int ->
(Plonk.Bls.Srs_g1.t * Plonk.Bls.Srs_g2.t) ->
prover_public_parameters * Plonk.Bls.Srs_g1.elt
Source
val partial_commit :
relevant_positions:Stdlib.Int.t list ->
prover_public_parameters ->
Bls12_381.G1.t array ->
commitment
Source
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) * bytes
Source
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)) * bytes
Source
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)) * bytes
Source
val verify_single :
Plonk.Bls.G1.t ->
bytes ->
commitment ->
Plonk.Bls.Scalar.t ->
(Plonk.Bls.G1.t * (ipa_proof * Plonk.Bls.G2.t)) ->
bool * bytes
Source
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)"
>