pub fn sha224(data: &[u8]) -> [u8; 28]
Expand description

Computes the SHA224 hash of some data.

This corresponds to SHA224.