23#ifndef OCRYPTO_SHA384_H
24#define OCRYPTO_SHA384_H
37#define ocrypto_sha384_BYTES (48)
40typedef ocrypto_sha512_ctx ocrypto_sha384_ctx;
58 ocrypto_sha384_ctx *ctx);
75 ocrypto_sha384_ctx *ctx,
76 const uint8_t *in,
size_t in_len);
95 ocrypto_sha384_ctx *ctx,
110 const uint8_t *in,
size_t in_len);
void ocrypto_sha384_update(ocrypto_sha384_ctx *ctx, const uint8_t *in, size_t in_len)
#define ocrypto_sha384_BYTES
Definition ocrypto_sha384.h:37
void ocrypto_sha384_init(ocrypto_sha384_ctx *ctx)
void ocrypto_sha384_final(ocrypto_sha384_ctx *ctx, uint8_t r[(48)])
void ocrypto_sha384(uint8_t r[(48)], const uint8_t *in, size_t in_len)