Struct tomcrypt_sys::khazad_key [] [src]

#[repr(C)]
pub struct khazad_key { pub roundKeyEnc: [ulong64; 9], pub roundKeyDec: [ulong64; 9], }

Fields

Trait Implementations

impl Debug for khazad_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for khazad_key
[src]

impl Clone for khazad_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more