Return the internal block size of a message digest in bytes.
Synopsis
Declared in <openssl/evp.h>
int
EVP_MD_get_block_size(EVP_MD const* md);
Return Value
Block size in bytes used by the compression function.
Parameters
Name |
Description |
md |
Digest method to query. |
Created with MrDocs