Type Alias boring_sys::BLAKE2B_CTX

source ·
pub type BLAKE2B_CTX = blake2b_state_st;

Aliased Type§

struct BLAKE2B_CTX {
    pub h: [u64; 8],
    pub t_low: u64,
    pub t_high: u64,
    pub block: blake2b_state_st__bindgen_ty_1,
    pub block_used: usize,
}

Fields§

§h: [u64; 8]§t_low: u64§t_high: u64§block: blake2b_state_st__bindgen_ty_1§block_used: usize