Verifies a signature against raw data using the provided CryptoKey.
The signature buffer
The original string or binary data
The public CryptoKey with 'verify' usage
The signature algorithm identifier (default: keys.SignKey)
A promise resolving to true if valid
Verifies a signature against raw data using the provided CryptoKey.