1BSON_MD5_T(3) libbson BSON_MD5_T(3)
23
4
NAME
6bson_md5_t - bson_md5_t
78
BSON MD5 Abstraction
9
DEPRECATED
11All MD5 APIs are deprecated in libbson.
12
SYNOPSIS
14typedef struct {
15uint32_t count[2]; /* message length in bits, lsw first */
16uint32_t abcd[4]; /* digest buffer */
17uint8_t buf[64]; /* accumulate block */
18} bson_md5_t;
19
DESCRIPTION
21bson_md5_t encapsulates an implementation of the MD5 algorithm.
22
AUTHOR
24MongoDB, Inc
25
COPYRIGHT
272017-present, MongoDB, Inc
2829
30
31
32
1.16.2 Feb 25, 2020 BSON_MD5_T(3)