Function sha2::sha512::compress512

source ·
pub fn compress512(state: &mut [u64; 8], blocks: &[GenericArray<u8, U128>])
Expand description

Raw SHA-512 compression function.

This is a low-level “hazmat” API which provides direct access to the core functionality of SHA-512.