Updated: October 28, 2024 |
Initialize a digest object
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_digest_op_init)(qcrypto_state_ctx_t *sctx);
This function initializes or resets the digest object's state.
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.