Struct AVDES
#[repr(C)]pub struct AVDES {
pub round_keys: [[u64; 16]; 3],
pub triple_des: i32,
}
Expand description
@defgroup lavu_des DES @ingroup lavu_crypto @{
Fields§
§round_keys: [[u64; 16]; 3]
§triple_des: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVDES
impl RefUnwindSafe for AVDES
impl Send for AVDES
impl Sync for AVDES
impl Unpin for AVDES
impl UnwindSafe for AVDES
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