Phase
halo2_
axiom
0.5.0
Phase
Implementors
In halo2_
axiom::
plonk
Modules
permutation
Structs
Advice
AdviceQuery
BatchVerifier
Challenge
Column
Constraint
ConstraintSystem
Constraints
FirstPhase
Fixed
FixedQuery
Gate
Instance
InstanceQuery
PinnedConstraintSystem
PinnedVerificationKey
ProvingKey
SecondPhase
Selector
TableColumn
ThirdPhase
VerifyingKey
VirtualCell
VirtualCells
Enums
Any
Assigned
Error
Expression
TableError
Traits
Assignment
Circuit
ColumnType
FloorPlanner
Phase
Functions
create_proof
keygen_pk
keygen_pk2
keygen_pk_impl
keygen_vk
keygen_vk_custom
verify_proof
halo2_axiom
::
plonk
Trait
Phase
Copy item path
Settings
Help
Summary
Source
pub trait Phase: SealedPhase { }
Expand description
Phase of advice column
Implementors
§
Source
§
impl<P: SealedPhase>
Phase
for P