We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ab09a commit 94d1b57Copy full SHA for 94d1b57
runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/hashing/Md5.kt
@@ -18,7 +18,6 @@ public abstract class Md5Base : HashFunction {
18
@InternalApi
19
public expect class Md5() : Md5Base {
20
override fun update(input: ByteArray, offset: Int, length: Int)
21
- public fun update(input: Byte)
22
override fun digest(): ByteArray
23
override fun reset()
24
override val blockSizeBytes: Int
0 commit comments