Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.hashing
/
Crc32c
/
update
update
common
open
override
fun
update
(
input
:
ByteArray
,
offset
:
Int
,
length
:
Int
)
Update the running hash with
input
bytes. This can be called multiple times.