refactor keccak functions

This commit is contained in:
2025-12-02 19:13:52 +01:00
parent 324d907d0c
commit 3ff0ad1b91
7 changed files with 16 additions and 22 deletions

View File

@@ -3,5 +3,5 @@ package com.infendro.hash.keccak.shake
import com.infendro.hash.keccak.Keccak
class SHAKE128(
override val bytes: Int,
) : Keccak(168, 0x1FU)
bytes: Int,
) : Keccak(bytes, 168, 0x1FU)