const crypto/sha256.Size224
6 uses
crypto/sha256 (current package)
sha256.go#L25: const Size224 = 28
sha256.go#L179: return Size224
sha256.go#L212: return append(in, hash[:Size224]...)
sha256.go#L262: func Sum224(data []byte) (sum224 [Size224]byte) {
sha256.go#L268: copy(sum224[:], sum[:Size224])
crypto/x509
cert_pool.go#L16: type sum224 [sha256.Size224]byte
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |