Scroll to navigation

BSON_MD5_INIT(3) Library Functions Manual BSON_MD5_INIT(3)

NAME

bson_md5_init() - Initialize a new instance of the MD5 algorithm.

SYNOPSIS


void bson_md5_init (bson_md5_t *pms);

PARAMETERS

pms
A bson_md5_t

DESCRIPTION

Initialize a new instance of 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