Multi-client use same key for encrypt inputs and server run circuit with this encrypted datas

Hello Zama team,

I have a question about concret-ML.

in my usecase we have multi clients with same key and one server.
is it possible that to run the circuit with encrypted datas from multi-client? (for example, our circuit requires 2 inputs). The first client encrypts the first input and sends it to the server, and the second client encrypts the second input.

Our server runs the circuit by receiving the two encrypted inputs with the same key.

Is this scenario possible in concreteML?