func crypto/sha256.New

6 uses

	crypto/sha256 (current package)
		sha256.go#L18: 	crypto.RegisterHash(crypto.SHA256, New)
		sha256.go#L161: func New() hash.Hash {

	crypto/tls
		cipher_suites.go#L258: 	return hmac.New(sha256.New, key)
		prf.go#L95: 		return prf12(sha256.New), crypto.SHA256
		ticket.go#L140: 	mac := hmac.New(sha256.New, key.hmacKey[:])
		ticket.go#L169: 	mac := hmac.New(sha256.New, key.hmacKey[:])