package tezos-plonk

  1. Overview
  2. Docs
Plonk zero-knowledge proving system

Install

Dune Dependency

Authors

Maintainers

Sources

privacy-team-v1.0.0.tar.gz
md5=c9007a234fbacaddbc652c139cac56db
sha512=b67825a9259c27ccba51a4cb98056985c93f74f5211d422ce8ee8c35cda748c22bd1e59b3a584a79f96c1be21a409a12ee4b705346e1319c6d8bf45e81029f93

doc/tezos-plonk.aggregation/Aggregation/Main_protocol/Make/Gates/index.html

Module Make.GatesSource

Sourceval arith_label : string
Sourceval gates_list : string list
Sourceval nb_custom_gates : int
Sourceval get_eqs : string -> q:PP.PC.Scalar.t -> a:PP.PC.Scalar.t -> b:PP.PC.Scalar.t -> c:PP.PC.Scalar.t -> ag:PP.PC.Scalar.t -> bg:PP.PC.Scalar.t -> cg:PP.PC.Scalar.t -> ?table:PP.PC.Scalar.t array array -> unit -> PP.PC.Scalar.t list
Sourceval get_ids : string -> string * int
Sourceval aggregate_blinds : gates:'a Plonk.SMap.t -> int Plonk.SMap.t
Sourceval aggregate_prover_identities : ?circuit_name:string -> proof_idx:int -> nb_proofs:int -> gates:'a Plonk.SMap.t -> public_inputs:PP.PC.Scalar.t array -> domain:PP.PC.Polynomial.Domain.t -> unit -> PP.prover_identities
Sourceval aggregate_verifier_identities : ?circuit_name:string -> proof_idx:int -> nb_proofs:int -> gates:'a Plonk.SMap.t -> public_inputs:PP.PC.Scalar.t array -> generator:PP.PC.Scalar.t -> size_domain:int -> unit -> PP.verifier_identities
Sourceval aggregate_polynomials_degree : gates:'a Plonk.SMap.t -> int
Sourceval exists_gx_composition : gates:'a Plonk.SMap.t -> bool
OCaml

Innovation. Community. Security.