Updated: October 28, 2024 |
Update the digest
#include <qcrypto/qcrypto.h>
int qcrypto_digest_update(qcrypto_ctx_t *ctx, const uint8_t *data, size_t size)
This function provides the digest with data.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.