toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
)