Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sha1

Hierarchy

  • Sha1

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Sha1(firstData?: Uint8Array): Sha1
  • Parameters

    • Optional firstData: Uint8Array

    Returns Sha1

Properties

blockSize

blockSize: number = 512 / 8

Methods

digest

  • digest(): Uint8Array

update

  • update(data: Uint8Array): Sha1

Generated using TypeDoc