core
Toggle table of contents
0.7.0
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
core
digest
/
org.kotlincrypto.core.digest
/
Digest
/
update
update
common
jvm
nonJvm
expect
override
fun
update
(
input
:
Byte
)
(
source
)
expect
override
fun
update
(
input
:
ByteArray
)
(
source
)
expect
override
fun
update
(
input
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
(
source
)
actual
override
fun
update
(
input
:
Byte
)
(
source
)
actual
override
fun
update
(
input
:
ByteArray
)
(
source
)
actual
override
fun
update
(
input
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
(
source
)
actual
override
fun
update
(
input
:
Byte
)
(
source
)
actual
override
fun
update
(
input
:
ByteArray
)
(
source
)
actual
override
fun
update
(
input
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
(
source
)