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

@@ -9,6 +9,9 @@ object SHA1 : HashFunction() {
override val bytes: Int
get() = 20
override val block: Int
get() = 64
override fun hash(
value: UByteArray,
): UByteArray {