Ksui
Toggle table of contents
2.2.1-SNAPSHOT
androidJvm
apple
common
js
Platform filter
androidJvm
apple
common
js
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.core.crypto
/
sign
sign
androidJvm
apple
common
js
actual
fun
sign
(
message
:
ByteArray
,
privateKey
:
PrivateKey
)
:
Result
<
ByteArray
,
E
>
actual
fun
sign
(
message
:
ByteArray
,
privateKey
:
<Error class: unknown class>
)
:
ByteArray
expect
fun
sign
(
message
:
ByteArray
,
privateKey
:
PrivateKey
)
:
Result
<
ByteArray
,
E
>
actual
fun
sign
(
message
:
ByteArray
,
privateKey
:
PrivateKey
)
:
Result
<
ByteArray
,
E
>