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