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§
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