Options
All
  • Public
  • Public/Protected
  • All
Menu

Hash interface describes properties of cryptographic hash functions.

Hierarchy

Index

Properties

blockSize: number
digestLength: number

Methods

  • clean(): void
  • digest(): Uint8Array
  • finish(out: Uint8Array): Hash
  • update(data: Uint8Array): Hash

Generated using TypeDoc