qcrypto_cipher_t

Updated: April 19, 2023

Cipher object

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_cipher {
    qcrypto_cipher_params_t params;
    qcrypto_cipher_ops_t ops;
} qcrypto_cipher_t;

Data:

qcrypto_cipher_params_t params

The cipher parameters.

qcrypto_cipher_ops_t ops

The cipher functions.

Library:

libqcrypto