Struct tomcrypt_sys::anubis_key [] [src]

#[repr(C)]
pub struct anubis_key { pub keyBits: c_int, pub R: c_int, pub roundKeyEnc: [[ulong32; 4]; 19], pub roundKeyDec: [[ulong32; 4]; 19], }

Fields

Trait Implementations

impl Debug for anubis_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for anubis_key
[src]

impl Clone for anubis_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more