Skip to Content

bz_MD5()

Available since 2.4.0

Creates an MD5 hash of the str argument provided.

Usage

const char* bz_MD5(const char* str)
Parameters
const char* str

String to be hashed.

Returns

const char* - The MD5 hash of str.

Other String Operations Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page