Provided by: libbson-doc_1.9.2-1_all bug

NAME

       bson_md5_append - bson_md5_append()

SYNOPSIS

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

PARAMETERS

pms: A bson_md5_t.

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

       • nbytes: The length of data in bytes.

DESCRIPTION

       Feeds more data into the MD5 algorithm.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2018, MongoDB, Inc