sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module Single : sig ... end
type public_parameters = Single.public_parameters
type secret = Single.secret SMap.t
val prover_aux_t : unit Repr.t
val commit_single : G.Srs.t -> Kzg.Bls.Poly.t -> G.Srs.elt
val commit :
?all_keys:'a ->
G.Srs.t ->
Kzg.Bls.Poly.t SMap.t ->
G.Srs.elt SMap.t * unit
val cardinal : 'a SMap.t -> int
val empty : 'a SMap.t
val of_list : 'a -> name:string -> 'b list -> 'c SMap.t * unit