Hmac.update

Feeds data into an existing glib.Hmac

The HMAC must still be open, that is Hmac.getString or Hmac.getDigest must not have been called on hmac.

class Hmac
void
update
(
char[] data
)

Parameters

data char[]

buffer used to compute the checksum

Meta

Since

2.30