GOST R 34.11-94 hash function
ReadonlyblockBytes processed per compression block.
ReadonlycanWhether the instance supports XOF-style variable-length output via xof() / xofInto().
ReadonlyoutputBytes produced by digest().
Copies the current hash state into an existing or new instance.
Optionalto: Gost341194Optional destination instance to reuse.
Cloned hash state.
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.
destination buffer
Nothing. Implementations write into buf in place.
Absorbs more message bytes into the running hash state.
The same hash instance for chaining.
StaticcreateCreate hash instance
GOST R 34.11-94 hash function