| Updated: October 28, 2024 |
Signature object
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_signature {
qcrypto_signature_params_t params;
qcrypto_signature_ops_t ops;
} qcrypto_signature_t;
The signature parameters.
The signature functions.