crypto_hash_digestsize(9) obtain message digest size

SYNOPSIS

unsigned int crypto_hash_digestsize(struct crypto_hash * 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

message digest size

AUTHORS

Stephan Mueller <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT