fn sha256_digest_block_u32(state: &mut [u32; 8], block: &[u32; 16])
Expand description

Process a block with the SHA-256 algorithm.