Skip to content

schnorrVerifyHex()

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / schnorrVerifyHex

schnorrVerifyHex(signature, message, publicKey): boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:9314

Verify a Schnorr signature using hex inputs Convenience wrapper for schnorrVerify

`0x${string}`

64-byte signature as hex string

`0x${string}`

32-byte message as hex string

`0x${string}`

32-byte x-only public key as hex string

boolean

true if signature is valid