Type Alias halite_sys::crypto_sign_state

source ·
pub type crypto_sign_state = crypto_sign_ed25519ph_state;

Aliased Type§

struct crypto_sign_state {
    pub hs: crypto_hash_sha512_state,
}

Fields§

§hs: crypto_hash_sha512_state

Trait Implementations§

source§

impl Clone for crypto_sign_ed25519ph_state

source§

fn clone(&self) -> crypto_sign_ed25519ph_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_sign_ed25519ph_state

source§

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

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

impl Copy for crypto_sign_ed25519ph_state