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_append - bson_md5_append()

Author

       MongoDB, Inc

Deprecated

       All MD5 APIs are deprecated in libbson.

Description

       Feeds more data into the MD5 algorithm.

       This function is deprecated and should not be used in new code.

Name

       bson_md5_append - bson_md5_append()

Parameters

pms: A bson_md5_t.

       • data: A memory region to feed to the md5 algorithm.

       • nbytes: The length of data in bytes.

Synopsis

          void
          bson_md5_append (bson_md5_t *pms,
                           const uint8_t *data,
                           uint32_t nbytes) BSON_GNUC_DEPRECATED;

See Also