Updated: October 28, 2024 |
Initialize a digest
#include <qcrypto/qcrypto.h>
int qcrypto_digest_init(qcrypto_ctx_t *ctx)
This function initializes or resets the internal state of a digest object.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.