table of contents
BSON_MD5_APPEND(3) | Library Functions Manual | BSON_MD5_APPEND(3) |
NAME¶
bson_md5_append() - Feeds more data into the MD5 algorithm.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.COLOPHON¶
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.2016‐10‐12 | libbson |