func crypto/sha256.New
6 uses
crypto/sha256 (current package)
sha256.go#L19: crypto.RegisterHash(crypto.SHA256, New)
sha256.go#L145: func New() hash.Hash {
crypto/tls
cipher_suites.go#L439: return hmac.New(sha256.New, key)
prf.go#L96: return prf12(sha256.New), crypto.SHA256
ticket.go#L341: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L376: mac := hmac.New(sha256.New, key.hmacKey[:])
![]() |
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. |