Hash interface describes properties of cryptographic hash functions.

Hierarchy (view full)

Constructors

Properties

_finished: boolean = false
_pos: number = 0
_sh: Int32Array = ...
_sl: Int32Array = ...
_state: Uint8Array = ...
blockSize: number
capacity: number = 32
clean: (() => this) = ...
digestLength: number = 32

Methods

  • Parameters

    • data: Uint8Array

    Returns this