const crypto/sha1.Size
9 uses
crypto/sha1 (current package)
sha1.go#L23: const Size = 20
sha1.go#L127: func (d *digest) Size() int { return Size }
sha1.go#L161: func (d *digest) checkSum() [Size]byte {
sha1.go#L181: var digest [Size]byte
sha1.go#L199: func (d *digest) constSum() [Size]byte {
sha1.go#L229: var digest [Size]byte
sha1.go#L261: func Sum(data []byte) [Size]byte {
crypto/tls
key_agreement.go#L94: md5sha1 := make([]byte, md5.Size+sha1.Size)
prf.go#L195: out := make([]byte, 0, md5.Size+sha1.Size)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)