Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @stablelib/sha3

Index

Type aliases

SavedState: Uint8Array

Functions

  • hash(digestLength: number, data: Uint8Array): Uint8Array
  • Parameters

    • digestLength: number
    • data: Uint8Array

    Returns Uint8Array

  • hash224(data: Uint8Array): Uint8Array
  • hash256(data: Uint8Array): Uint8Array
  • hash384(data: Uint8Array): Uint8Array
  • hash512(data: Uint8Array): Uint8Array

Generated using TypeDoc