tryVerifySignatureBlocking

Verifies that signature is valid for the given data. Returns true if the signature is valid, false otherwise.

Use tryVerifySignature when calling from suspending code. For a throwing variant, use verifySignatureBlocking.


Verifies that signature is valid for the given data read from a RawSource. Returns true if the signature is valid, false otherwise.

Use tryVerifySignature when calling from suspending code. For a throwing variant, use verifySignatureBlocking.