Type Alias halite_sys::crypto_onetimeauth_state
source · 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
impl Clone for crypto_onetimeauth_poly1305_state
source§fn clone(&self) -> crypto_onetimeauth_poly1305_state
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more