pub fn sha_384(m: Vec<U1024>) -> U384
Expand description
The SHA-384 Algorithm, only use this after having preprocessed your data into message blocks Note that this is essentially the SHA-512 algorithm, except with different constants and a truncated result.