github.com/gotd/td/internal/mtproto.Options.Cipher (field)

4 uses

	github.com/gotd/td/internal/mtproto (current package)
		conn.go#L127: 		cipher:       opt.Cipher,
		options.go#L83: 	Cipher Cipher
		options.go#L159: 	if opt.Cipher == nil {
		options.go#L160: 		opt.Cipher = crypto.NewClientCipher(opt.Random)