pub type BLAKE2B_CTX = blake2b_state_st;Aliased Type§
#[repr(C)]pub struct BLAKE2B_CTX {
pub h: [u64; 8],
pub t_low: u64,
pub t_high: u32,
pub block_used: u32,
pub block: [u8; 128],
}Fields§
§h: [u64; 8]§t_low: u64§t_high: u32§block_used: u32§block: [u8; 128]