Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZK-Garage/plonk
/ functions
Functions
420 in github.com/ZK-Garage/plonk
⨍
Functions
420
◇
Types & classes
64
Function
to_embedded_curve_scalar
(pfc_scalar: F)
plonk-core/src/util.rs:124
Method
to_matrix
(&self)
plonk-hashing/src/poseidon/mds.rs:145
Function
to_pc_error
Convert an ark_poly_commit error
plonk-core/src/error.rs:96
Method
to_var_bytes
Given a [`MultiSet`], return it in it's bytes representation element by element.
plonk-core/src/lookup/multiset.rs:56
Method
valid_variables
Checks that the [`Variable`]s are valid by determining if they have been added to the system.
plonk-core/src/permutation/mod.rs:62
Method
value_from_table
Attempts to look up a value from a lookup table. If successful, all four elements are pushed to their respective multisets.
plonk-core/src/lookup/witness_table.rs:48
Method
verify
Verifies a [`Proof`] using `pc_verifier_key` and `public_inputs`.
plonk-core/src/proof_system/verifier.rs:106
Function
verify_proof
Verifies a proof using the provided `CircuitInputs` & `VerifierKey` instances.
plonk-core/src/circuit.rs:295
Method
with_capacity
Creates a Permutation struct with an expected capacity of `n`.
plonk-core/src/permutation/mod.rs:39
Method
with_capacity
Creates a [`MultiSet`] witch capacity for `len` elements
plonk-core/src/lookup/multiset.rs:45
Method
with_expected_size
Creates a new `Verifier` instance with some expected size.
plonk-core/src/proof_system/verifier.rs:61
Method
with_expected_size
Creates a new `Prover` object with some expected size.
plonk-core/src/proof_system/prover.rs:69
Method
with_expected_size
Creates a new circuit with an expected circuit size. This will allow for less reallocations when building the circuit since the `Vec`s will already ha
plonk-core/src/constraint_system/composer.rs:210
Method
with_len
Creates a `MultiSet` of length `len` filled with zeros
plonk-core/src/lookup/multiset.rs:50
Method
x
Returns the `X`-coordinate of `self`.
plonk-core/src/constraint_system/ecc/mod.rs:65
Method
xor_table
Creates an xor table for addends from the lower bound up to the upper bound 2^n
plonk-core/src/lookup/lookup_table.rs:192
Method
y
Returns the `Y`-coordinate of `self`.
plonk-core/src/constraint_system/ecc/mod.rs:70
Method
zero
(c: &mut COM)
plonk-hashing/src/poseidon/poseidon_ref.rs:119
Method
zeros
( c: &mut StandardComposer<F, P>, )
plonk-hashing/src/poseidon/zprize_constraints.rs:271
Method
zeros
(_c: &mut ())
plonk-hashing/src/poseidon/poseidon_ref.rs:255
← previous
401–420 of 420, ranked by callers