qcrypto_digest_params_t
Digest parameters
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_digest_params {
size_t digestsize;
size_t blocksize;
} qcrypto_digest_params_t;Data:
- size_t digestsize
The digest size in bytes.
- size_t blocksize
The blocksize in bytes.
Library:
libqcryptoPage updated:
