sha384.h
void sha384Update(Sha384Context *context, const void *data, size_t length)
Update the SHA-384 context with a portion of the message being hashed.
Definition: mimxrt1160_crypto_hash.c:533
SHA-512 (Secure Hash Algorithm 512)
void sha384Final(Sha384Context *context, uint8_t *digest)
Finish the SHA-384 message digest.
Definition: mimxrt1160_crypto_hash.c:556
error_t sha384Compute(const void *data, size_t length, uint8_t *digest)
Digest a message using SHA-384.
Definition: esp32_crypto_hash.c:398
General definitions for cryptographic algorithms.
void sha384FinalRaw(Sha384Context *context, uint8_t *digest)
Finish the SHA-384 message digest (no padding added)
Definition: esp32_s2_crypto_hash.c:585
void sha384Init(Sha384Context *context)
Initialize SHA-384 message digest context.
Definition: esp32_s2_crypto_hash.c:560