qcrypto_kdf_ops_t
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:
libqcryptoPage updated:
