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
Name |
Description |
data |
The input bytes to absorb. |
Created with MrDocs