const crypto/sha1.BlockSize

2 uses

	crypto/sha1 (current package)
		sha1.go#L27: const BlockSize = 64
		sha1.go#L116: func (d *digest) BlockSize() int { return BlockSize }