Smithy Kotlin
Toggle table of contents
1.5.8
common
jvm
Platform filter
common
jvm
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.hashing
/
ecdsaSecp256r1
ecdsa
Secp256r1
common
jvm
expect
fun
ecdsaSecp256r1
(
key
:
ByteArray
,
message
:
ByteArray
)
:
ByteArray
ECDSA on the SECP256R1 curve.
actual
fun
ecdsaSecp256r1
(
key
:
ByteArray
,
message
:
ByteArray
)
:
ByteArray
ECDSA on the SECP256R1 curve.