Struct libsodium_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: u64buf: [u8; 64]