Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kHash_Update ( kHash  hash,
const void *  buffer,
kSize  size 
)

Updates the hash with the data.

Repeated calls are equivalent to a single call with the concatenation of all the arguments.

Parameters
hashHash object.
bufferBuffer containing the data.
sizeSize of the buffer, in bytes.
Returns
Operation status.