Name

crypto_shash_digestsize — obtain message digest size

Synopsis

unsigned int crypto_shash_digestsize (struct crypto_shash * tfm);
 

Arguments

tfm

cipher handle

Description

The size for the message digest created by the message digest cipher referenced with the cipher handle is returned.

Return

digest size of cipher