convert MAC to interface

This commit is contained in:
2025-12-12 14:15:16 +01:00
parent fec960065d
commit 6f4d1c38a3
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import com.infendro.hash.HashFunction
class HMAC(
val function: HashFunction,
) : MAC() {
) : MAC {
override val bytes: Int
get() = function.bytes