toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
SignatureVerifier
/
verifySignature
verify
Signature
open
suspend
fun
verifySignature
(
data
:
ByteArray
,
signature
:
ByteArray
)
(
source
)
open
suspend
fun
verifySignature
(
data
:
ByteString
,
signature
:
ByteString
)
(
source
)
open
suspend
fun
verifySignature
(
data
:
RawSource
,
signature
:
ByteString
)
(
source
)