func crypto/sha256.New
15 uses
crypto/sha256 (current package)
sha256.go#L19: crypto.RegisterHash(crypto.SHA256, New)
sha256.go#L150: func New() hash.Hash {
crypto/tls
cipher_suites.go#L429: return hmac.New(sha256.New, key)
prf.go#L96: return prf12(sha256.New), crypto.SHA256
ticket.go#L340: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L375: mac := hmac.New(sha256.New, key.hmacKey[:])
github.com/gotd/td/internal/crypto
keys.go#L40: h := sha256.New()
keys.go#L59: h := sha256.New()
keys.go#L71: h := sha256.New()
rsa_pad.go#L71: h := sha256.New()
rsa_pad.go#L153: h := sha256.New()
sha256.go#L21: return sha256.New()
github.com/gotd/td/internal/crypto/srp
hash.go#L88: h := sha256.New()
github.com/gotd/td/internal/mtproxy/faketls
client_hello.go#L108: mac := hmac.New(sha256.New, secret)
server_hello.go#L53: mac := hmac.New(sha256.New, secret)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |