sha2::sha512::x86

Function sha512_compress_x86_64_avx2

source
unsafe fn sha512_compress_x86_64_avx2(
    state: &mut [u64; 8],
    blocks: &[[u8; 128]],
)
Available with target feature avx2 only.