pub struct VerifierOutput {
pub server_name: Option<ServerName>,
pub transcript: Option<PartialTranscript>,
pub transcript_commitments: Vec<TranscriptCommitment>,
}
Expand description
Verifier output.
Fields§
§server_name: Option<ServerName>
Server identity.
transcript: Option<PartialTranscript>
Transcript data.
transcript_commitments: Vec<TranscriptCommitment>
Transcript commitments.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifierOutput
impl RefUnwindSafe for VerifierOutput
impl Send for VerifierOutput
impl Sync for VerifierOutput
impl Unpin for VerifierOutput
impl UnwindSafe for VerifierOutput
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