bson_md5_append - Man Page

bson_md5_append()

Deprecated

All MD5 APIs are deprecated in libbson.

Synopsis

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

Parameters

Description

Feeds more data into the MD5 algorithm.

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

Author

MongoDB, Inc

Info

Jan 19, 2023 1.23.2 libbson