const crypto/sha1.Size
9 uses
crypto/sha1 (current package)
sha1.go#L24: const Size = 20
sha1.go#L114: func (d *digest) Size() int { return Size }
sha1.go#L150: func (d *digest) checkSum() [Size]byte {
sha1.go#L172: var digest [Size]byte
sha1.go#L190: func (d *digest) constSum() [Size]byte {
sha1.go#L220: var digest [Size]byte
sha1.go#L252: func Sum(data []byte) [Size]byte {
crypto/tls
key_agreement.go#L118: md5sha1 := make([]byte, md5.Size+sha1.Size)
prf.go#L204: out := make([]byte, 0, md5.Size+sha1.Size)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |