generateSignatureBlocking

Signs the given data and returns the resulting signature as a ByteArray.

Use generateSignature when calling from suspending code.


Signs the given data and returns the resulting signature as a ByteString.

Use generateSignature when calling from suspending code.


Signs the given data read from a RawSource and returns the resulting signature as a ByteString.

Use generateSignature when calling from suspending code.