| Updated: October 28, 2024 |
Digest algorithm parameters
#include <dev/crypto/devcrypto_plugin.h>
typedef struct _devcrypto_digest_params {
uint32_t digestsize;
uint32_t blocksize;
} devcrypto_digest_params_t;
The digest size in bytes.
The block size in bytes.