generateSignature
Signs the given data and returns the resulting signature as a ByteArray.
Use generateSignatureBlocking when calling from non-suspending code.
Signs the given data and returns the resulting signature as a ByteString.
Use generateSignatureBlocking when calling from non-suspending code.
Signs the given data read from a RawSource and returns the resulting signature as a ByteString.
Use generateSignatureBlocking when calling from non-suspending code.