qcrypto_mac_t

Updated: April 19, 2023

MAC object

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_mac {
    qcrypto_mac_params_t params;
    qcrypto_mac_ops_t ops;
} qcrypto_mac_t;

Data:

qcrypto_mac_params_t params

The MAC parameters.

qcrypto_mac_ops_t ops

The MAC functions.

Library:

libqcrypto