func crypto/sha256.Sum256
7 uses
crypto/sha256 (current package)
sha256.go#L253: func Sum256(data []byte) [Size]byte {
github.com/gotd/td/internal/crypto
rsa_pad.go#L92: aesEncryptedHash := sha256.Sum256(aesEncrypted)
rsa_pad.go#L134: aesEncryptedHash := sha256.Sum256(aesEncrypted)
github.com/gotd/td/internal/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)
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. |