BSON_MD5_T(3) | Libbson | BSON_MD5_T(3) |
bson_md5_t - bson_md5_t
BSON MD5 Abstraction
All MD5 APIs are deprecated in libbson.
typedef struct {
uint32_t count[2]; /* message length in bits, lsw first */
uint32_t abcd[4]; /* digest buffer */
uint8_t buf[64]; /* accumulate block */ } bson_md5_t;
bson_md5_t encapsulates an implementation of the MD5 algorithm.
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |