bson_md5_init - bson_md5_init()
Contents
Copyright
2017-present, MongoDB, Inc
1.21.0 Feb 09, 2022 BSON_MD5_INIT(3)
Deprecated
All MD5 APIs are deprecated in libbson.
Description
Initialize a new instance of the MD5 algorithm.
This function is deprecated and should not be used in new code.
Name
bson_md5_init - bson_md5_init()
Parameters
• pms: A bson_md5_t.
Synopsis
void
bson_md5_init (bson_md5_t *pms) BSON_GNUC_DEPRECATED;
