Smithy Kotlin
Toggle table of contents
1.5.8
jvm
Platform filter
jvm
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.hashing
/
Crc32
Crc32
jvm
actual
class
Crc32
Members
Constructors
Crc32
Link copied to clipboard
jvm
constructor
(
)
Functions
digest
Value
Link copied to clipboard
jvm
actual
open
fun
digestValue
(
)
:
UInt
reset
Link copied to clipboard
jvm
actual
open
fun
reset
(
)
update
Link copied to clipboard
jvm
actual
open
fun
update
(
input
:
ByteArray
,
offset
:
Int
,
length
:
Int
)