pub type OuterCommitPhaseStep = CommitPhaseProofStep<OuterChallenge, OuterChallengeMmcs>;
Aliased Type§
struct OuterCommitPhaseStep {
pub sibling_value: BinomialExtensionField<MontyField31<BabyBearParameters>, 4>,
pub opening_proof: Vec<[Bn254Fr; 1]>,
}
Fields§
§sibling_value: BinomialExtensionField<MontyField31<BabyBearParameters>, 4>
The opening of the commit phase codeword at the sibling location.
opening_proof: Vec<[Bn254Fr; 1]>
Trait Implementations§
Source§impl Witnessable<OuterConfig> for OuterCommitPhaseStep
impl Witnessable<OuterConfig> for OuterCommitPhaseStep
type WitnessVariable = FriCommitPhaseProofStepVariable<OuterConfig>
fn read(&self, builder: &mut Builder<OuterConfig>) -> Self::WitnessVariable
fn write(&self, witness: &mut Witness<OuterConfig>)
impl VectorWitnessable<OuterConfig> for OuterCommitPhaseStep
Source§impl<F, M> Clone for CommitPhaseProofStep<F, M>
impl<F, M> Clone for CommitPhaseProofStep<F, M>
Source§fn clone(&self) -> CommitPhaseProofStep<F, M>
fn clone(&self) -> CommitPhaseProofStep<F, M>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<F, M> Debug for CommitPhaseProofStep<F, M>
impl<F, M> Debug for CommitPhaseProofStep<F, M>
Source§impl<'de, F, M> Deserialize<'de> for CommitPhaseProofStep<F, M>
impl<'de, F, M> Deserialize<'de> for CommitPhaseProofStep<F, M>
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CommitPhaseProofStep<F, M>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CommitPhaseProofStep<F, M>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<F, M> Serialize for CommitPhaseProofStep<F, M>
impl<F, M> Serialize for CommitPhaseProofStep<F, M>
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more