github.com/gotd/td/internal/exchange.PublicKey.RSA (field)
6 uses
github.com/gotd/td/internal/exchange (current package)
client_flow.go#L105: 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/internal/mtproto
vendored_keys.go#L38: RSA: key,
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. |