pub struct VRFProof { /* private fields */ }Expand description
Short proof of correctness for associated VRF output, for which no batched verification works.
Implementations§
Trait Implementations§
impl Eq for VRFProof
impl StructuralPartialEq for VRFProof
Auto Trait Implementations§
impl Freeze for VRFProof
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