Struct libsodium_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]