ffmpeg.libavutil.ripemd

@file @ingroup lavu_ripemd Public header for RIPEMD hash function implementation.

Members

Functions

av_ripemd_alloc
AVRIPEMD* av_ripemd_alloc()

Allocate an AVRIPEMD context.

av_ripemd_final
void av_ripemd_final(AVRIPEMD* context, ubyte* digest)

Finish hashing and output digest value.

av_ripemd_init
int av_ripemd_init(AVRIPEMD* context, int bits)

Initialize RIPEMD hashing.

av_ripemd_update
void av_ripemd_update(AVRIPEMD* context, const(ubyte)* data, uint len)

Update hash value.

Static variables

av_ripemd_size
int av_ripemd_size;

@defgroup lavu_ripemd RIPEMD @ingroup lavu_hash RIPEMD hash function implementation.

Structs

AVRIPEMD
struct AVRIPEMD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta