also fix MD5
This commit is contained in:
@@ -2,5 +2,6 @@ package com.infendro.hash.keccak.shake
|
||||
|
||||
import com.infendro.hash.keccak.Keccak
|
||||
|
||||
@Suppress("UNUSED")
|
||||
class SHAKE128(bytes: Int) : Keccak(bytes, 168, 0x1FU)
|
||||
class SHAKE128(
|
||||
override val bytes: Int,
|
||||
) : Keccak(168, 0x1FU)
|
||||
|
||||
Reference in New Issue
Block a user