Function sha2::sha256::compress256

source ·
pub fn compress256(state: &mut [u32; 8], blocks: &[GenericArray<u8, U64>])
Expand description

Raw SHA-256 compression function.

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