update


Description:

public void update (uchar[] data, size_t length)

Feeds data into an existing Checksum.

The checksum must still be open, that is get_string or get_digest must not have been called on this .

Parameters:

this

a Checksum

data

buffer used to compute the checksum

length

size of the buffer, or -1 if it is a null-terminated string.