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

@@ -2,7 +2,4 @@ package com.infendro.hash.keccak.sha3
import com.infendro.hash.keccak.Keccak
object `SHA3-384` : Keccak(104, 0x06U) {
override val bytes: Int
get() = 48
}
object `SHA3-384` : Keccak(48, 104, 0x06U)