convert MAC to interface
This commit is contained in:
@@ -5,7 +5,7 @@ import com.infendro.hash.HashFunction
|
||||
|
||||
class HMAC(
|
||||
val function: HashFunction,
|
||||
) : MAC() {
|
||||
) : MAC {
|
||||
override val bytes: Int
|
||||
get() = function.bytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user