sign

abstract fun sign(message: ByteArray, secretKey: ByteArray): ByteArray

Signs the message using the secret key and returns a signed message

Parameters

message

:

secretKey

: