toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.hash
Package-level
declarations
Functions
Functions
hash
Link copied to clipboard
suspend
fun
AsyncInputOpenable
.
hash
(
algo
:
HasherFactory
)
:
Hash
suspend
fun
AsyncInputStream
.
hash
(
algo
:
HasherFactory
)
:
Hash
fun
SyncInputStream
.
hash
(
algo
:
HasherFactory
)
:
Hash
md5
Link copied to clipboard
suspend
fun
AsyncInputOpenable
.
md5
(
)
:
Hash
suspend
fun
AsyncInputStream
.
md5
(
)
:
Hash
fun
SyncInputStream
.
md5
(
)
:
Hash
sha1
Link copied to clipboard
suspend
fun
AsyncInputOpenable
.
sha1
(
)
:
Hash
suspend
fun
AsyncInputStream
.
sha1
(
)
:
Hash
fun
SyncInputStream
.
sha1
(
)
:
Hash