implement hash size property
This commit is contained in:
@@ -6,6 +6,9 @@ import com.infendro.hash.util.toByteArray
|
||||
import com.infendro.hash.util.toUIntArray
|
||||
|
||||
object MD5 : HashFunction() {
|
||||
override val bytes: Int
|
||||
get() = 16
|
||||
|
||||
private val s = arrayOf(
|
||||
7, 12, 17, 22,
|
||||
7, 12, 17, 22,
|
||||
|
||||
Reference in New Issue
Block a user