CHMAC_SHA512::Write

Absorb more data into the MAC.

Synopsis

Declared in <crypto/hmac_sha512.h>

CHMAC_SHA512&
Write(
    unsigned char const* data,
    size_t len);

Return Value

A reference to this hasher, for chaining.

Parameters

NameDescription
dataPointer to the input bytes.
lenNumber of input bytes.