BASH256_DIGEST_SIZE
#if (MAX_DIGEST_SIZE < BASH256_DIGEST_SIZE)
#define MAX_DIGEST_SIZE BASH256_DIGEST_SIZE
ATTRIBUTE_WARN_UNUSED_RET int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE]);
u8 output[BASH256_DIGEST_SIZE]);
ATTRIBUTE_WARN_UNUSED_RET int bash256(const u8 *input, u32 ilen, u8 output[BASH256_DIGEST_SIZE]);
.digest_size = BASH256_DIGEST_SIZE,
ret = _bash_init(ctx, BASH256_DIGEST_SIZE); EG(ret, err);
int bash256_final(bash256_context *ctx, u8 output[BASH256_DIGEST_SIZE])
u8 output[BASH256_DIGEST_SIZE])
int bash256(const u8 *input, u32 ilen, u8 output[BASH256_DIGEST_SIZE])