Struct halite_sys::crypto_hash_sha512_state
source · #[repr(C)]pub struct crypto_hash_sha512_state {
pub state: [u64; 8],
pub count: [u64; 2],
pub buf: [u8; 128],
}Fields§
§state: [u64; 8]§count: [u64; 2]§buf: [u8; 128]Trait Implementations§
source§impl Clone for crypto_hash_sha512_state
impl Clone for crypto_hash_sha512_state
source§fn clone(&self) -> crypto_hash_sha512_state
fn clone(&self) -> crypto_hash_sha512_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