Updated: October 28, 2024 |
Finalize a digest object
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_digest_op_final)(qcrypto_state_ctx_t *sctx, uint8_t *digest, size_t *size);
This function finalizes the state of a digest.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.