Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sha512

Hierarchy

  • Sha512

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

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

    • Optional firstData: Uint8Array

    Returns Sha512

Properties

blockSize

blockSize: number = 1024 / 8

Methods

digest

  • digest(): Uint8Array

update

  • update(data: Uint8Array): Sha512

Generated using TypeDoc