@li0ard/dstu - v0.1.0
    Preparing search index...

    Class Kupyna512

    Kupyna 512 bit version

    Hierarchy

    Index

    Constructors

    Properties

    canXOF: false

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

    outputLen: number

    Bytes produced by digest().

    Methods

    • Wipes internal state and makes the instance unusable.

      Returns void

    • Finalizes the hash and returns a freshly allocated digest.

      Returns Uint8Array<ArrayBufferLike> & Uint8Array<ArrayBuffer>

      Digest bytes.

    • Finalizes the hash into a caller-provided buffer.

      Parameters

      • buffer: TArg<Uint8Array<ArrayBufferLike>>

      Returns void

      Nothing. Implementations write into buf in place.

    • Absorbs more message bytes into the running hash state.

      Parameters

      • data: TArg<Uint8Array<ArrayBufferLike>>

      Returns this

      The same hash instance for chaining.