Struct tomcrypt_sys::rijndael_key [] [src]

#[repr(C)]
pub struct rijndael_key { pub eK: [ulong32; 60], pub dK: [ulong32; 60], pub Nr: c_int, }

Fields

Trait Implementations

impl Copy for rijndael_key
[src]

impl Clone for rijndael_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more