func crypto/sha256.Sum256
9 uses
crypto/sha256 (current package)
sha256.go#L53: func Sum256(data []byte) [Size]byte {
crypto/x509
x509.go#L1762: h := sha256.Sum256(publicKeyBytes)
github.com/gotd/td/crypto
rsa_pad.go#L90: aesEncryptedHash := sha256.Sum256(aesEncrypted)
rsa_pad.go#L132: aesEncryptedHash := sha256.Sum256(aesEncrypted)
github.com/gotd/td/crypto/srp
hash.go#L65: ka := sha256.Sum256(sa[:])
hash.go#L68: xorHpHg := xor32(sha256.Sum256(i.P), sha256.Sum256(gBytes[:]))
github.com/gotd/td/telegram/dcs
dns.go#L70: decryptedHash := sha256.Sum256(decrypted)
github.com/refraction-networking/utls
u_parrots.go#L83: GetSessionID: sha256.Sum256,
![]() |
The pages are generated with Golds v0.8.4. (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. |