Struct nettle_sys::twofish_ctx
source · #[repr(C)]pub struct twofish_ctx {
pub keys: [u32; 40],
pub s_box: [[u32; 256]; 4],
}
Fields§
§keys: [u32; 40]
§s_box: [[u32; 256]; 4]
Trait Implementations§
source§impl Clone for twofish_ctx
impl Clone for twofish_ctx
source§fn clone(&self) -> twofish_ctx
fn clone(&self) -> twofish_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for twofish_ctx
impl Debug for twofish_ctx
impl Copy for twofish_ctx
Auto Trait Implementations§
impl RefUnwindSafe for twofish_ctx
impl Send for twofish_ctx
impl Sync for twofish_ctx
impl Unpin for twofish_ctx
impl UnwindSafe for twofish_ctx
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