crypto_hash_final — calculate message digest
int crypto_hash_final ( | struct hash_desc * desc, |
u8 * out) ; |
desc
cipher request handle
out
message digest output buffer -- The caller must ensure that the out buffer has a sufficient size (e.g. by using the crypto_hash_digestsize function).