Updated: October 28, 2024 |
Algorithm state context
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_state_ctx { void* data; const qcrypto_algorithm_t* alg; } qcrypto_state_ctx_t;
An algorithm-specific data holder.
The algorithm attached to this context for reference.