github.com/gotd/td/exchange.PublicKey.RSA (field)
7 uses
github.com/gotd/td/exchange (current package)
client_flow.go#L125: data, err := crypto.RSAPad(b.Buf, selectedPubKey.RSA, c.rand)
key.go#L12: RSA *rsa.PublicKey
key.go#L17: return k.RSA == nil
key.go#L22: return crypto.RSAFingerprint(k.RSA)
key.go#L44: RSA: &k.RSA.PublicKey,
github.com/gotd/td/mtproto
vendored_keys.go#L38: RSA: key,
github.com/gotd/td/telegram
cdn.go#L89: key := exchange.PublicKey{RSA: entry.key}
![]() |
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. |