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