qcrypto_signature_op_sigsize

Updated: April 19, 2023

Get the signature size

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef size_t(* qcrypto_signature_op_sigsize)(qcrypto_state_ctx_t *sctx);

Arguments:

sctx
The algorithm state context object.

Library:

libqcrypto

Returns:

The signature size in bytes.