pub type crypto_generichash_state = crypto_generichash_blake2b_state;

Aliased Type§

struct crypto_generichash_state {
    pub opaque: [u8; 384],
}

Fields§

§opaque: [u8; 384]

Trait Implementations§

source§

impl Clone for crypto_generichash_blake2b_state

source§

fn clone(&self) -> crypto_generichash_blake2b_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_generichash_blake2b_state

source§

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

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

impl Copy for crypto_generichash_blake2b_state