SHA3_256::Write

Absorb more data into the sponge state.

Synopsis

Declared in <crypto/sha3.h>

SHA3_256&
Write(std::span<unsigned char const> data);

Return Value

A reference to this hasher, for chaining.

Parameters

NameDescription
dataThe input bytes to absorb.