Bytes processed per compression block.
Whether the instance supports XOF-style variable-length output via xof() / xofInto().
Bytes produced by digest().
Copies the current hash state into an existing or new instance.
Optionalto: _HMAC<Streebog512HMAC>Optional destination instance to reuse.
Cloned hash state.
Creates an independent copy of the current hash state.
Cloned hash instance.
Wipes internal state and makes the instance unusable.
Finalizes the hash and returns a freshly allocated digest.
Digest bytes.
Finalizes the hash into a caller-provided buffer.
Nothing. Implementations write into buf in place.
Absorbs more message bytes into the running hash state.
message chunk to absorb
The same hash instance for chaining.
HMAC over Streebog-512 hash function