func github.com/gotd/td/internal/crypto.NewClientCipher

2 uses

	github.com/gotd/td/internal/crypto (current package)
		cipher.go#L17: func NewClientCipher(rand io.Reader) Cipher {

	github.com/gotd/td/internal/mtproto
		options.go#L160: 		opt.Cipher = crypto.NewClientCipher(opt.Random)