streebog - v0.2.4
    Preparing search index...

    Class Streebog

    Streebog core class

    Hierarchy (View Summary)

    Index

    Constructors

    • Streebog core constructor

      Parameters

      • is512: boolean

        Use 512 bits version of algorithm

      Returns Streebog

    Methods

    • Reset hash state

      Returns void

    • 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

    • Reset hash state

      Returns void

    • Update hash buffer

      Parameters

      • data: Uint8Array

      Returns this