Struct libsodium_ffi::crypto_onetimeauth_poly1305_state[][src]

#[repr(C)]
pub struct crypto_onetimeauth_poly1305_state { pub aligner: c_ulonglong, pub opaque: [c_uchar; 136], }

Fields

Trait Implementations

impl Copy for crypto_onetimeauth_poly1305_state
[src]

impl Clone for crypto_onetimeauth_poly1305_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations