pub struct ProverOutput {
pub transcript_commitments: Vec<TranscriptCommitment>,
pub transcript_secrets: Vec<TranscriptSecret>,
}
Expand description
Prover output.
Fields§
§transcript_commitments: Vec<TranscriptCommitment>
Transcript commitments.
transcript_secrets: Vec<TranscriptSecret>
Transcript commitment secrets.
Trait Implementations§
Source§impl Debug for ProverOutput
impl Debug for ProverOutput
Source§impl<'de> Deserialize<'de> for ProverOutput
impl<'de> Deserialize<'de> for ProverOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ProverOutput
impl RefUnwindSafe for ProverOutput
impl Send for ProverOutput
impl Sync for ProverOutput
impl Unpin for ProverOutput
impl UnwindSafe for ProverOutput
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more