BASH512_DIGEST_SIZE
#if (MAX_DIGEST_SIZE < BASH512_DIGEST_SIZE)
#define MAX_DIGEST_SIZE BASH512_DIGEST_SIZE
ATTRIBUTE_WARN_UNUSED_RET int bash512_final(bash512_context *ctx, u8 output[BASH512_DIGEST_SIZE]);
u8 output[BASH512_DIGEST_SIZE]);
ATTRIBUTE_WARN_UNUSED_RET int bash512(const u8 *input, u32 ilen, u8 output[BASH512_DIGEST_SIZE]);
.digest_size = BASH512_DIGEST_SIZE,
ret = _bash_init(ctx, BASH512_DIGEST_SIZE); EG(ret, err);
int bash512_final(bash512_context *ctx, u8 output[BASH512_DIGEST_SIZE])
u8 output[BASH512_DIGEST_SIZE])
int bash512(const u8 *input, u32 ilen, u8 output[BASH512_DIGEST_SIZE])