@xo-cash/crypto
    Preparing search index...

    Function verifySchnorrSignature

    • Verifies a Schnorr signature against a message and invitation entity identifier.

      Parameters

      • signature: string

        Schnorr signature

      • publicKey: string

        Compressed public key

      • message: string

        Message that was signed

      Returns boolean

      True if the signature is valid, false otherwise