GOST R 34.11-94 constructor
Data to be hashed (optional, can be updated using update method)
S-Box (optional, default is ID_GOSTR_3411_94_CRYPTOPRO_PARAM_SET)
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.
Clone hash instance
Reset hash state
Finalize hash computation and return result as Uint8Array
Finalize hash computation and write result into Uint8Array
Output Uint8Array
Update hash buffer
StaticcreateCreate hash instance
GOST R 34.11-94 class