☰
Phase
Phase
Implementors
In halo2_proofs::plonk
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
Traits
Assignment
Circuit
ColumnType
FloorPlanner
Phase
Functions
create_proof
keygen_pk
keygen_vk
verify_proof
?
Trait
halo2_proofs
::
plonk
::
Phase
source
·
[
−
]
pub trait Phase: SealedPhase { }
Expand description
Phase of advice column
Implementors
source
impl<P: SealedPhase>
Phase
for P