Index: lib/crypto/hash_utils.dart |
diff --git a/lib/crypto/hash_utils.dart b/lib/crypto/hash_utils.dart |
index 7010aa0b1d0285f233f4c5b1ff350bc54271971b..bce8c8ae2f95367f5bad538ea8ade120f362f768 100644 |
--- a/lib/crypto/hash_utils.dart |
+++ b/lib/crypto/hash_utils.dart |
@@ -53,7 +53,7 @@ class _HashBase implements Hash { |
} |
// Returns the block size of the hash in bytes. |
- int get blockSize() { |
+ int get blockSize { |
return _chunkSizeInWords * _BYTES_PER_WORD; |
} |