pub type crypto_onetimeauth_state = crypto_onetimeauth_poly1305_state;

Aliased Type§

struct crypto_onetimeauth_state {
    pub opaque: [u8; 256],
}

Fields§

§opaque: [u8; 256]

Trait Implementations§

source§

impl Clone for crypto_onetimeauth_poly1305_state

source§

fn clone(&self) -> crypto_onetimeauth_poly1305_state

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for crypto_onetimeauth_poly1305_state

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for crypto_onetimeauth_poly1305_state