1BSON_MD5_INIT(3) Libbson BSON_MD5_INIT(3)
23
4
NAME
6bson_md5_init - bson_md5_init()
7
DEPRECATED
9All MD5 APIs are deprecated in libbson.
10
SYNOPSIS
12void
13bson_md5_init (bson_md5_t *pms) BSON_GNUC_DEPRECATED;
14
PARAMETERS
16ยท pms: A bson_md5_t.
17
DESCRIPTION
19Initialize a new instance of the MD5 algorithm.
2021
This function is deprecated and should not be used in new code.
22
AUTHOR
24MongoDB, Inc
25
COPYRIGHT
272017-present, MongoDB, Inc
2829
30
31
32
1.13.1 Jan 24, 2019 BSON_MD5_INIT(3)