Updated: October 28, 2024 |
Copy a digest state
#include <qcrypto/qcrypto.h>
int qcrypto_digest_copy(qcrypto_ctx_t *ctx, qcrypto_ctx_t **newctx)
Copies the current, non-finalized, digest context information so that the digest operation can be continued from the last update.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.