implement block property

This commit is contained in:
2025-11-10 14:44:32 +01:00
parent e5bbd9730c
commit 2051c3fcbd
8 changed files with 24 additions and 4 deletions

View File

@@ -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,