FFmpeg
Functions | Variables
ripemd.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "attributes.h"

Go to the source code of this file.

Functions

struct AVRIPEMDav_ripemd_alloc (void)
 Allocate an AVRIPEMD context. More...
 
int av_ripemd_init (struct AVRIPEMD *context, int bits)
 Initialize RIPEMD hashing. More...
 
void av_ripemd_update (struct AVRIPEMD *context, const uint8_t *data, size_t len)
 Update hash value. More...
 
void av_ripemd_final (struct AVRIPEMD *context, uint8_t *digest)
 Finish hashing and output digest value. More...
 

Variables

const int av_ripemd_size
 

Detailed Description

Public header for RIPEMD hash function implementation.

Definition in file ripemd.h.