GOST 34.311-95 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: Gost3431195Optional 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 34.311-95 hash function