![]() |
Miam-Player
0.8.0
A nice music player
|
Go to the source code of this file.
Functions | |
struct AVRIPEMD * | av_ripemd_alloc (void) |
int | av_ripemd_init (struct AVRIPEMD *context, int bits) |
void | av_ripemd_update (struct AVRIPEMD *context, const uint8_t *data, unsigned int len) |
void | av_ripemd_final (struct AVRIPEMD *context, uint8_t *digest) |
Variables | |
const int | av_ripemd_size |
Public header for RIPEMD hash function implementation.