1BSON_MD5_T(3)                       libbson                      BSON_MD5_T(3)
2
3
4

NAME

6       bson_md5_t - bson_md5_t
7
8       BSON MD5 Abstraction
9

DEPRECATED

11       All MD5 APIs are deprecated in libbson.
12

SYNOPSIS

14          typedef struct {
15             uint32_t count[2]; /* message length in bits, lsw first */
16             uint32_t abcd[4];  /* digest buffer */
17             uint8_t buf[64];   /* accumulate block */
18          } bson_md5_t;
19

DESCRIPTION

21       bson_md5_t encapsulates an implementation of the MD5 algorithm.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.23.1                           Oct 20, 2022                    BSON_MD5_T(3)
Impressum