Web3S_Demo > Web 3S Ecdsa Secp 256k 1Function Library > Verify Signature (secp256k1)

Verify Signature (secp256k1)

Checks if the signature of a signed hash with secp256k1 is valid.

Inputs

Public Key
Array of Bytes

The public key to verify.

Hash
Array of Bytes

The signed hash.

Signature
Array of Bytes

The signature.

Outputs

Is Valid
Boolean

True if the signature of a signed hash with secp256k1 is valid.