CRIPEMD160::Write

Absorb more data into the hash state.

Synopsis

Declared in <crypto/ripemd160.h>

CRIPEMD160&
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.