Function bearssl::br_md5_init [] [src]

pub unsafe extern "C" fn br_md5_init(ctx: *mut br_md5_context)

\brief MD5 context initialisation.

This function initialises or resets a context for a new MD5 computation. It also sets the vtable pointer.

\param ctx pointer to the context structure.