Implement streaming API

This commit is contained in:
2026-03-11 18:53:00 +01:00
parent cb3ff7ec6c
commit 328d4b957e
34 changed files with 936 additions and 593 deletions

View File

@@ -5,7 +5,7 @@ import kotlin.test.assertContentEquals
import kotlin.test.assertEquals
class `SHA3-512_Test` {
val function = `SHA3-512`
val function = `SHA3-512`()
@Test
fun `bytes and block`() {