implement tests

This commit is contained in:
2025-11-10 18:32:08 +01:00
parent 9db4ee21a0
commit a875ee3170
4 changed files with 42 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ package com.infendro.mac
abstract class MAC {
abstract val bytes: Int
@Suppress("UNUSED")
val bits: Int
get() = bytes * 8