VLC 4.0.0-dev
|
Functions commonly used together with hashing functions. More...
Macros | |
#define | vlc_hash_FinishHex(ctx, output) |
Finish hash computation and return hex representation. | |
Functions commonly used together with hashing functions.
#define vlc_hash_FinishHex | ( | ctx, | |
output | |||
) |
Finish hash computation and return hex representation.
Finishes the hash computation and provides the hash for the concatenation of all provided data in hex encoded format. The result is written to the buffer pointed to by output, which must be larger than twice the size of the hash output.
[in,out] | ctx | Hash context to finish |
[out] | output | Output buffer to write the string to |