Function sha_224

Source
pub fn sha_224(m: Vec<U512>) -> [u32; 7]
Expand description

The SHA-224 Algorithm, only use this after having preprocessed your data into message blocks Note that this is essentially the SHA-256 algorithm, except with different constants and a truncated result.