xiaoranf
xiaoranf
Signed-off-by: fangxiaoran [email protected] Fixes ISSUE https://github.com/FederatedAI/FATE/issues/3909 Changes: 1. Add [Intel Paillier Cryptosystem Library](https://github.com/intel/pailliercryptolib) as an optional Paillier scheme in FATE. Corresponds to the design proposal https://github.com/FederatedAI/FATE-Community/pull/49 in FATE-Community.
**Issue** When performing right matrix multiplication of a `PaillierEncryptedNumber` instance with a `numpy.ndarray` using `@` operator, `numpy.ndarray.__matmul__` is called instead of the expected `PaillierEncryptedNumber.__rmatmul__`. **Reproduction** 1. Instantiate a `numpy.ndarray` and...
Hi @skmono, I'm testing IPCL v2.0 performance on some FATE workloads. It turned out that these federated learning tasks failed since we needed to use QAT in multiple processes, which...