bson_md5_init()¶
Synopsis¶
void
bson_md5_init (bson_md5_t *pms);
Parameters¶
pms
: A bson_md5_t.
Description¶
Initialize a new instance of the MD5 algorithm.
void
bson_md5_init (bson_md5_t *pms);
pms
: A bson_md5_t.Initialize a new instance of the MD5 algorithm.