SYNOPSIS

#include <transform.h>

void Trf_MDFinal

(

void *context,

void *digest

);

PARAMETERS

void *context

State to finalize.

void *digest

Result area to fill.

DESCRIPTION

A procedure of this type is called after processing the final character. It is its responsibility to finalize the internal state of the MD algorithm and to generate the resulting digest from this.

RELATED TO Trf_MDFinal…