Cryptographically signs raw data using the provided CryptoKey.
The string or binary data to sign
The private CryptoKey with 'sign' usage
The signature algorithm identifier (default: keys.SignKey)
A promise resolving to the signature Uint8Array
Cryptographically signs raw data using the provided CryptoKey.