SSS - S3 Toolkit 0.9.6
S3 client library and applications
|
declaration of MD5 hashing functions. More...
Functions | |
void | md5::init_hash (uint32_t h[4]) |
Initialize MD5 hash. | |
void | md5::md5_stream (uint32_t hash[4], const uint8_t data[], uint64_t length) |
MD5 hash calculation, streaming version: hash is updated with new hash at each call. | |
void | md5::hash_to_text (uint32_t hash[4], char *text) |
Print hash code to text. | |
void | md5::print_hash (uint32_t hash[4]) |
Print hash code to stdout. | |
declaration of MD5 hashing functions.