Struct tomcrypt_sys::noekeon_key [] [src]

#[repr(C)]
pub struct noekeon_key { pub K: [ulong32; 4], pub dK: [ulong32; 4], }

Fields

Trait Implementations

impl Debug for noekeon_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for noekeon_key
[src]

impl Clone for noekeon_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more