Skip to content

schnorrVerifyHex()

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / schnorrVerifyHex

schnorrVerifyHex(signature, message, publicKey): boolean

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:6029

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