Type Alias libsodium_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