Updated: October 28, 2024 |
Digest functions
#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_digest_ops { qcrypto_digest_op_init init; qcrypto_digest_op_update update; qcrypto_digest_op_final final; qcrypto_digest_op_copy copy; } qcrypto_digest_ops_t;
The digest initialization function.
The digest update function.
The digest finalization function.
The digest state copy function.