Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.crypto
/
SubtleCrypto
/
digestAsync
digest
Async
fun
digestAsync
(
algorithm
:
Algorithm
,
data
:
BufferSource
)
:
Promise
<
ArrayBuffer
>
(
source
)
fun
digestAsync
(
algorithm
:
String
,
data
:
BufferSource
)
:
Promise
<
ArrayBuffer
>
(
source
)