qcrypto_plugin_name()

Updated: April 19, 2023

Retrieve the name of a plugin

Synopsis:

#include <qcrypto/qcrypto.h>
const char* qcrypto_plugin_name(qcrypto_ctx_t *ctx)

Arguments:

ctx
The algorithm context object.

Library:

libqcrypto

Returns:

The name of the plugin or NULL if the context is invalid.