pub fn compress256(state: &mut [u32; 8], blocks: &[[u8; 64]])
Raw SHA-256 compression function.
This is a low-level “hazmat” API which provides direct access to the core functionality of SHA-256.