convert HashFunction to interface
This commit is contained in:
@@ -4,7 +4,7 @@ import com.infendro.bytearray.toUByteArray
|
||||
import com.infendro.bytearray.toULongArray
|
||||
import com.infendro.hash.HashFunction
|
||||
|
||||
object `Blake-512` : HashFunction() {
|
||||
object `Blake-512` : HashFunction {
|
||||
override val bytes: Int
|
||||
get() = 64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user