pub struct VdfParams {
pub n: BigUint,
pub t: u64,
}Expand description
VDF public parameters.
Fields§
§n: BigUintRSA modulus N.
t: u64Delay parameter T (number of squarings).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VdfParams
impl RefUnwindSafe for VdfParams
impl Send for VdfParams
impl Sync for VdfParams
impl Unpin for VdfParams
impl UnsafeUnpin for VdfParams
impl UnwindSafe for VdfParams
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