pub struct CaseN1024R8P16;
Expand description
Test case for P = 16, N = 1024, R = 8 in the scrypt specification
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaseN1024R8P16
impl RefUnwindSafe for CaseN1024R8P16
impl Send for CaseN1024R8P16
impl Sync for CaseN1024R8P16
impl Unpin for CaseN1024R8P16
impl UnwindSafe for CaseN1024R8P16
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