23#ifndef OCRYPTO_SHA224_H
24#define OCRYPTO_SHA224_H
40#define ocrypto_sha224_BYTES (28)
43typedef ocrypto_sha256_ctx ocrypto_sha224_ctx;
61 ocrypto_sha224_ctx *ctx);
78 ocrypto_sha224_ctx *ctx,
79 const uint8_t *in,
size_t in_len);
98 ocrypto_sha224_ctx *ctx,
113 const uint8_t *in,
size_t in_len);
void ocrypto_sha224(uint8_t r[(28)], const uint8_t *in, size_t in_len)
void ocrypto_sha224_final(ocrypto_sha224_ctx *ctx, uint8_t r[(28)])
#define ocrypto_sha224_BYTES
Definition ocrypto_sha224.h:40
void ocrypto_sha224_init(ocrypto_sha224_ctx *ctx)
void ocrypto_sha224_update(ocrypto_sha224_ctx *ctx, const uint8_t *in, size_t in_len)