diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | 9ac827977b8f430906110ecd2030324248fff604 (patch) | |
| tree | b0f8fdb46252bef429beb27190a2cfc0cbd42540 /hash_sha1_test.go | |
| parent | README: 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.go | 9 |
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 |
