logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

bson_md5_finish - bson_md5_finish()

Author

       MongoDB, Inc

Deprecated

       All MD5 APIs are deprecated in libbson.

Description

       Completes the MD5 algorithm and stores the digest in digest.

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

Name

       bson_md5_finish - bson_md5_finish()

Parameters

pms: A bson_md5_t.

       • digest: A location for the digest.

Synopsis

          void
          bson_md5_finish (bson_md5_t *pms, uint8_t digest[16]) BSON_GNUC_DEPRECATED;

See Also