Updated: October 28, 2024 |
Update a digest object
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_digest_op_update)(qcrypto_state_ctx_t *sctx, const uint8_t *data, size_t size);
This function updates a digest by supplying data.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.