Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sha256

Hierarchy

  • Sha256

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

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

    • Optional firstData: Uint8Array

    Returns Sha256

Properties

blockSize

blockSize: number = 512 / 8

Methods

digest

  • digest(): Uint8Array

update

  • update(data: Uint8Array): Sha256

Generated using TypeDoc