Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sign/bdn/index"

Index

Type aliases

BdnSignature

BdnSignature: Buffer

Variables

Const COEF_SIZE

COEF_SIZE: number = 128 / 8

Functions

aggregatePoints

aggregatePublicKeys

aggregateSignatures

  • aggregateSignatures(mask: Mask, sigs: Buffer[]): Point

hashPointToR

  • hashPointToR(pubkeys: Point[]): BN[]

sign

verify

  • verify(msg: Buffer, mask: Mask, sig: Buffer): boolean
  • Parameters

    • msg: Buffer
    • mask: Mask
    • sig: Buffer

    Returns boolean

    true if the signature matches, false otherwise

Generated using TypeDoc