implement block property
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user