trixnity-olm
3.0.0-beta1
common
olmLibrary
trixnity-olm
/
net.folivo.trixnity.olm
/
OlmUtility
Olm
Utility
common
olmLibrary
expect
class
OlmUtility
:
WantsToBeFree
actual
class
OlmUtility
:
WantsToBeFree
Types
Functions
Types
Companion
Link copied to clipboard
common
olmLibrary
expect
object
Companion
actual
object
Companion
Functions
free
Link copied to clipboard
common
olmLibrary
expect
open
override
fun
free
(
)
actual
open
override
fun
free
(
)
sha256
Link copied to clipboard
common
olmLibrary
expect
fun
sha256
(
input
:
ByteArray
)
:
String
expect
fun
sha256
(
input
:
String
)
:
String
actual
fun
sha256
(
input
:
ByteArray
)
:
String
actual
fun
sha256
(
input
:
String
)
:
String
verify
Ed25519
Link copied to clipboard
common
olmLibrary
expect
fun
verifyEd25519
(
key
:
String
,
message
:
String
,
signature
:
String
)
actual
fun
verifyEd25519
(
key
:
String
,
message
:
String
,
signature
:
String
)