ECDSA (secp256k1) signature.

Constructors

Properties

data: Buffer
recovery: number

Methods

  • Recover public key from signature by providing original signed message.

    Parameters

    • message: Buffer

      32-byte message that was used to create the signature.

    • Optionalprefix: string

    Returns PublicKey