qcrypto_release_ctx()

Updated: April 19, 2023

Release an algorithm context handle

Synopsis:

#include <qcrypto/qcrypto.h>
void qcrypto_release_ctx(qcrypto_ctx_t *ctx)

Arguments:

ctx
The algorithm context object.

Library:

libqcrypto

Description:

This function releases an algorithm context handle after the algorithm manipulation is complete.