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_stateTrait Implementations§
source§impl Clone for crypto_sign_ed25519ph_state
impl Clone for crypto_sign_ed25519ph_state
source§fn clone(&self) -> crypto_sign_ed25519ph_state
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more