SYNOPSIS

#include <transform.h>

void Trf_MDUpdate

(

void *context,

unsigned int character

);

PARAMETERS

void *context

State to update.

unsigned int character

Character to hash into the state.

DESCRIPTION

A procedure of this type is called for every character to hash into the final digest.

RELATED TO Trf_MDUpdate…