logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcapi_md_digestsize - return the size of the message digest

Arguments

handle
           [in] cipher handle

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

       The returned message digest size can be used before the kcapi_md_final function invocation to determine
       the right memory size to be allocated for this call.

       return > 0 specifying the block size; 0 on error

Name

       kcapi_md_digestsize - return the size of the message digest

Synopsis

uint32_tkcapi_md_digestsize(structkcapi_handle*handle);

See Also