Function compress512

pub fn compress512(state: &mut [u64; 8], blocks: &[[u8; 128]])

Raw SHA-512 compression function.

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