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 ofdata
in bytes.
Description¶
Feeds more data into the MD5 algorithm.