Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

Hierarchy

  • Hmac

Implements

Index

Constructors

Properties

Methods

Constructors

  • new Hmac<H>(hashFunctionConstructor: (new () => H), originalKey: Uint8Array): Hmac<H>

Properties

blockSize: number

Methods

  • digest(): Uint8Array
  • update(data: Uint8Array): Hmac<H>

Generated using TypeDoc