Options
All
  • Public
  • Public/Protected
  • All
Menu

Poly1305 computes 16-byte authenticator of message using a one-time 32-byte key.

Important: key should be used for only one message, it should never repeat.

Hierarchy

  • Poly1305

Index

Constructors

Properties

digestLength: 16 = DIGEST_LENGTH

Methods

  • digest(): Uint8Array
  • finish(mac: Uint8Array, macpos?: number): Poly1305

Generated using TypeDoc