Class Md5Hash

Object that allows for continuous MD5 hashing of data.

Hierarchy

  • BaseHash
    • Md5Hash

Constructors

Methods

Constructors

  • Returns Md5Hash

Methods

  • Hashes additional data

    Parameters

    • data: Hashable

      Additional data to hash

    Returns void

  • Completes the hash computation and returns the final hash digest.

    Parameters

    • Optional truncate_to: number

      The maximum number of bytes to receive. Leave as undefined or 0 to receive the entire digest.

    Returns DataView

    the final hash digest

Generated using TypeDoc