qcrypto_plugin_name()

Updated: October 28, 2024

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.