Hash Input Stream
Writable for streams of input bytes and creates a HashOutputStream once closed.
Author
Ron Lauren Hombre
Since
2.0.0
Properties
The KeccakParameter used to absorb the bytes.
Functions
Closes this HashInputStream and prevents further usage.
Writes a byte which will be absorbed in the sponge construction.
Writes the bytes which will be absorbed in the sponge construction.
Writes a Double which will be absorbed in the sponge construction in Big-Endianness while preserving its bit layout in IEEE 754 format.
Writes a Float which will be absorbed in the sponge construction in Big-Endianness while preserving its bit layout in IEEE 754 format.
Writes an Int which will be absorbed in the sponge construction in Big-Endianness.
Writes a Long which will be absorbed in the sponge construction in Big-Endianness.
Writes a Short which will be absorbed in the sponge construction in Big-Endianness.
Writes part of the bytes which will be absorbed in the sponge construction.