Hmac.update

Feeds data into an existing GHmac. The HMAC must still be open, that is g_hmac_get_string() or g_hmac_get_digest() must not have been called on hmac. Since 2.30

class Hmac
void
update
(
char[] data
)

Parameters

data char[]

buffer used to compute the checksum. [array length=length]

Meta