Trf_MDFinal(3) Interface to procedures for generation of the final digest from a MD state.

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.