qcrypto_kdf_ops_t

Updated: April 19, 2023

KDF functions

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_kdf_ops {
    qcrypto_kdf_op_gen gen;
} qcrypto_kdf_ops_t;

Data:

qcrypto_kdf_op_gen gen

The KDF generation function.

Library:

libqcrypto