toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
Hasher
/
hash
hash
open
suspend
fun
hash
(
data
:
ByteArray
)
:
ByteArray
(
source
)
open
suspend
fun
hash
(
data
:
ByteString
)
:
ByteString
(
source
)
open
suspend
fun
hash
(
data
:
RawSource
)
:
ByteString
(
source
)