pub const fn compress_block(chaining: [u32; 8], block: [u32; 16]) -> [u32; 8]Expand description
Compresses one block and performs the mandated chaining-value feed-forward.
Both arguments and the result use SHA-256’s word order. Message words must already be decoded as big-endian values.