Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Hmac<H>

Type parameters

Hierarchy

  • Hmac

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Hmac(hashFunctionConstructor: object, originalKey: Uint8Array): Hmac
  • Parameters

    • hashFunctionConstructor: object
    • originalKey: Uint8Array

    Returns Hmac

Properties

blockSize

blockSize: number

Methods

digest

  • digest(): Uint8Array

update

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

Generated using TypeDoc