Options
All
  • Public
  • Public/Protected
  • All
Menu

CMAC message authentication code using a 128-bit block cipher.

Hierarchy

  • CMAC

Index

Constructors

  • new CMAC(cipher: BlockCipher): CMAC
  • Constructs a new CMAC instance with the given 128-bit block cipher.

    Parameters

    • cipher: BlockCipher

    Returns CMAC

Properties

blockSize: 16 = 16
digestLength: 16 = 16

Methods

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

Generated using TypeDoc