gost341194 - v0.1.4
    Preparing search index...

    Class Gost341194

    GOST R 34.11-94 class

    Index

    Constructors

    • GOST R 34.11-94 constructor

      Parameters

      • data: Uint8Array = ...

        Data to be hashed (optional, can be updated using update method)

      • sbox: Sbox = DEFAULT_SBOX

        S-Box (optional, default is ID_GOSTR_3411_94_CRYPTOPRO_PARAM_SET)

      Returns Gost341194

    Methods

    • Finalize hash computation and return result as Uint8Array

      Returns Uint8Array

    • Finalize hash computation and write result into Uint8Array

      Parameters

      • buf: Uint8Array

        Output Uint8Array

      Returns Uint8Array

    • Update hash buffer

      Parameters

      • data: Uint8Array

      Returns this