aboutsummaryrefslogtreecommitdiff
path: root/hash_sha1_test.go
blob: 9f3137b9df1eb21e57e94dc3616b79b872c3add6 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
//go:build sha1

package furgit

import (
	"crypto/sha1"
)

const testHashSize = sha1.Size