implement tests
This commit is contained in:
@@ -2,8 +2,6 @@ package com.infendro.mac
|
||||
|
||||
abstract class MAC {
|
||||
abstract val bytes: Int
|
||||
|
||||
@Suppress("UNUSED")
|
||||
val bits: Int
|
||||
get() = bytes * 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user