Struct schnorrkel::vrf::VRFProof
source · pub struct VRFProof { /* private fields */ }
Expand description
Short proof of correctness for associated VRF output, for which no batched verification works.
Implementations§
Trait Implementations§
source§impl PartialEq<VRFProof> for VRFProof
impl PartialEq<VRFProof> for VRFProof
impl Eq for VRFProof
impl StructuralEq for VRFProof
impl StructuralPartialEq for VRFProof
Auto Trait Implementations§
impl RefUnwindSafe for VRFProof
impl Send for VRFProof
impl Sync for VRFProof
impl Unpin for VRFProof
impl UnwindSafe for VRFProof
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