Top | ![]() |
![]() |
![]() |
![]() |
void g_mime_filter_md5_get_digest (GMimeFilterMd5 *md5
,unsigned char digest[16]
);
Outputs the md5 digest into digest
.
struct GMimeFilterMd5 { GMimeFilter parent_object; struct _GMimeFilterMd5Private *priv; };
A filter for calculating the MD5 checksum of a stream.