28#ifndef AVUTIL_RIPEMD_H
29#define AVUTIL_RIPEMD_H
Macro definitions for various function/variable attributes.
void av_ripemd_final(struct AVRIPEMD *context, uint8_t *digest)
Finish hashing and output digest value.
int av_ripemd_init(struct AVRIPEMD *context, int bits)
Initialize RIPEMD hashing.
void av_ripemd_update(struct AVRIPEMD *context, const uint8_t *data, size_t len)
Update hash value.
struct AVRIPEMD * av_ripemd_alloc(void)
Allocate an AVRIPEMD context.