ffmpeg.libavutil.md5

@file @ingroup lavu_md5 Public header for MD5 hash function implementation.

Members

Functions

av_md5_alloc
AVMD5* av_md5_alloc()

Allocate an AVMD5 context.

av_md5_final
void av_md5_final(AVMD5* ctx, ubyte* dst)

Finish hashing and output digest value.

av_md5_init
void av_md5_init(AVMD5* ctx)

Initialize MD5 hashing.

av_md5_sum
void av_md5_sum(ubyte* dst, const(ubyte)* src, int len)

Hash an array of data.

av_md5_update
void av_md5_update(AVMD5* ctx, const(ubyte)* src, int len)

Update hash value.

Static variables

av_md5_size
int av_md5_size;

@defgroup lavu_md5 MD5 @ingroup lavu_hash MD5 hash function implementation.

Structs

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

Meta