@li0ard/streebog - v0.2.6
    Preparing search index...

    Class Streebog256

    Streebog 256 aka GOST R 34.11-2012 256 bits

    Hierarchy

    Index

    Constructors

    Properties

    blockLen: 64 = BLOCKSIZE

    Bytes processed per compression block.

    canXOF: false

    Whether the instance supports XOF-style variable-length output via xof() / xofInto().

    outputLen: number

    Bytes produced by digest().

    Methods

    • Reset hash state

      Returns void

    • Finalize hash computation and return result as Uint8Array

      Returns Uint8Array<ArrayBufferLike> & Uint8Array<ArrayBuffer>

    • Finalize hash computation and write result into Uint8Array

      Parameters

      • buf: TArg<Uint8Array<ArrayBufferLike>>

        Output Uint8Array

      Returns void

    • Update hash buffer

      Parameters

      • data: Uint8Array

      Returns this