aboutsummaryrefslogtreecommitdiff
path: root/hash_sha1_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-16 00:00:00 +0000
committerGravatar Runxi Yu2025-11-16 00:00:00 +0000
commit9ac827977b8f430906110ecd2030324248fff604 (patch)
treeb0f8fdb46252bef429beb27190a2cfc0cbd42540 /hash_sha1_test.go
parentREADME: Add my Villosa instance (diff)
Support multiple hash sizes in one build
Diffstat (limited to 'hash_sha1_test.go')
-rw-r--r--hash_sha1_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/hash_sha1_test.go b/hash_sha1_test.go
new file mode 100644
index 00000000..9f3137b9
--- /dev/null
+++ b/hash_sha1_test.go
@@ -0,0 +1,9 @@
+//go:build sha1
+
+package furgit
+
+import (
+ "crypto/sha1"
+)
+
+const testHashSize = sha1.Size