pub struct PRPParameters { /* private fields */ }
Expand description
Parameters for the Pseudo-Random Permutation (PRP) function This consists of IV and the raw secret key for use by the underlying cryptographic transformation.
Implementations§
Source§impl PRPParameters
impl PRPParameters
Trait Implementations§
Source§impl Default for PRPParameters
impl Default for PRPParameters
Auto Trait Implementations§
impl Freeze for PRPParameters
impl RefUnwindSafe for PRPParameters
impl Send for PRPParameters
impl Sync for PRPParameters
impl Unpin for PRPParameters
impl UnwindSafe for PRPParameters
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