pub struct VdfOutput {
pub y: BigUint,
pub proof: BigUint,
}Expand description
VDF output with proof.
Fields§
§y: BigUintThe result y = x^(2^T) mod N.
proof: BigUintWesolowski proof π.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VdfOutput
impl RefUnwindSafe for VdfOutput
impl Send for VdfOutput
impl Sync for VdfOutput
impl Unpin for VdfOutput
impl UnsafeUnpin for VdfOutput
impl UnwindSafe for VdfOutput
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