convert HashFunction to interface
This commit is contained in:
@@ -5,7 +5,7 @@ import com.infendro.bytearray.toUByteArray
|
||||
import com.infendro.bytearray.toUIntArray
|
||||
import com.infendro.hash.HashFunction
|
||||
|
||||
object MD5 : HashFunction() {
|
||||
object MD5 : HashFunction {
|
||||
override val bytes: Int
|
||||
get() = 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user