pub struct VerifierTranscriptPreprocess<D: Domain> { /* private fields */ }Trait Implementations§
Source§impl<D: Domain> Transcript<D> for VerifierTranscriptPreprocess<D>
impl<D: Domain> Transcript<D> for VerifierTranscriptPreprocess<D>
fn input(&mut self) -> Wire<D>
Source§fn online_hash(&self) -> [Hash; 8]
fn online_hash(&self) -> [Hash; 8]
Return the commitment to the online phase
Source§fn preprocess_hash(&self) -> [Hash; 8]
fn preprocess_hash(&self) -> [Hash; 8]
Return the commitment to the preprocessing phase
Source§fn zero_check(&mut self, _recon: D::Recon)
fn zero_check(&mut self, _recon: D::Recon)
Record if the reconstructed value is zero Read more
fn new_mask(&mut self) -> D::Share
const IS_PROVER: bool = false
fn hash(&self) -> [Hash; 8]
Auto Trait Implementations§
impl<D> Freeze for VerifierTranscriptPreprocess<D>
impl<D> RefUnwindSafe for VerifierTranscriptPreprocess<D>
impl<D> Send for VerifierTranscriptPreprocess<D>
impl<D> Sync for VerifierTranscriptPreprocess<D>
impl<D> Unpin for VerifierTranscriptPreprocess<D>
impl<D> UnwindSafe for VerifierTranscriptPreprocess<D>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more