Struct tomcrypt_sys::eax_state [] [src]

#[repr(C)]
pub struct eax_state { pub N: [c_uchar; 128], pub ctr: symmetric_CTR, pub headeromac: omac_state, pub ctomac: omac_state, }

Fields

Trait Implementations

impl Copy for eax_state
[src]

impl Clone for eax_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more