qcrypto_state_ctx_t

Updated: April 19, 2023

Algorithm state context

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_state_ctx {
    void* data;
    const qcrypto_algorithm_t* alg;
} qcrypto_state_ctx_t;

Data:

void* data

An algorithm-specific data holder.

const qcrypto_algorithm_t* alg

The algorithm attached to this context for reference.

Library:

libqcrypto