toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
UpdateFunction
/
update
update
abstract
fun
update
(
source
:
ByteArray
,
startIndex
:
Int
=
0
,
endIndex
:
Int
=
source.size
)
(
source
)
open
fun
update
(
source
:
ByteString
,
startIndex
:
Int
=
0
,
endIndex
:
Int
=
source.size
)
(
source
)
open
fun
update
(
source
:
RawSource
)
(
source
)