logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bson_md5_t - bson_md5_t

Author

       MongoDB, Inc

Deprecated

       All MD5 APIs are deprecated in libbson.

Description

bson_md5_t encapsulates an implementation of the MD5 algorithm.

Name

       bson_md5_t - bson_md5_t

       BSON MD5 Abstraction

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;

See Also