![]() |
Miam-Player
0.8.0
A nice music player
|
Go to the source code of this file.
Functions | |
struct AVSHA512 * | av_sha512_alloc (void) |
int | av_sha512_init (struct AVSHA512 *context, int bits) |
void | av_sha512_update (struct AVSHA512 *context, const uint8_t *data, unsigned int len) |
void | av_sha512_final (struct AVSHA512 *context, uint8_t *digest) |
Variables | |
const int | av_sha512_size |
Public header for SHA-512 implementation.