pub fn hash(alg: Algorithm, data: &[u8]) -> Vec<u8> ⓘ
Create the digest for the given data and mode alg. The output has length get_digest_size(alg).
data
alg
get_digest_size(alg)