Function sha2::compress512[][src]

pub fn compress512(state: &mut [u64; 8], blocks: &[GenericArray<u8, U128>])
This is supported on crate feature compress only.
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.