implement block property
This commit is contained in:
@@ -10,6 +10,9 @@ object MD5 : HashFunction() {
|
||||
override val bytes: Int
|
||||
get() = 16
|
||||
|
||||
override val block: Int
|
||||
get() = 64
|
||||
|
||||
private val s = intArrayOf(
|
||||
7, 12, 17, 22,
|
||||
7, 12, 17, 22,
|
||||
|
||||
Reference in New Issue
Block a user