Struct tomcrypt_sys::blowfish_key [] [src]

#[repr(C)]
pub struct blowfish_key { pub S: [[ulong32; 256]; 4], pub K: [ulong32; 18], }

Fields

Trait Implementations

impl Copy for blowfish_key
[src]

impl Clone for blowfish_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more