SYNOPSIS
#include <transform.h>
void Trf_MDUpdateBuf
(
void *context,
unsigned char *buf,
int bufLen
);
PARAMETERS
- void *context
- State to update.
- unsigned char *buf
- Buffer to hash into the state.
- int bufLen
- Number of characters in the buffer.