Skip to main content

compress

Function compress 

Source
pub fn compress(
    rounds: u32,
    h: &mut [u64; 8],
    m: &[u64; 16],
    t: &[u64; 2],
    f: bool,
)
Expand description

BLAKE2b compression function F (EIP-152).

Dispatches to the best available implementation (AVX2 or portable).