bson_md5_t - Man Page
Name
bson_md5_t ā bson_md5_t
BSON MD5 Abstraction
Deprecated
All MD5 APIs are deprecated in libbson.
Synopsis
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;
Description
bson_md5_t encapsulates an implementation of the MD5 algorithm.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libbson