Is it possible to import the public key of a shared secret key generate with TFHE-rs in Concrete-ML?

Hello,

I am trying to perform the training of ML algorithm like logistic or linear regression using the public key of a shared secret key. I was wondering if this functionality was implemented in Concrete-ML or if there was an “easy” way to convert the public key generated from the distributed key generation into something usable in Concrete-ML.

Thank you.