qcrypto_mac_params_t
MAC parameters
Synopsis:
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_mac_params {
size_t tagsize;
size_t keysize;
} qcrypto_mac_params_t;Data:
- size_t tagsize
The MAC tag size in bytes.
- size_t keysize
The key size in bytes.
Library:
libqcryptoPage updated:
