sha224.h
void sha224Update(Sha224Context *context, const void *data, size_t length)
Update the SHA-224 context with a portion of the message being hashed.
Definition: mimxrt1160_crypto_hash.c:267
error_t sha224Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-224.
Definition: gd32f2xx_crypto_hash.c:124
General definitions for cryptographic algorithms.
void sha224Init(Sha224Context *context)
Initialize SHA-224 message digest context.
Definition: esp32_c3_crypto_hash.c:325
SHA-256 (Secure Hash Algorithm 256)
void sha224Final(Sha224Context *context, uint8_t *digest)
Finish the SHA-224 message digest.
Definition: mimxrt1160_crypto_hash.c:290