encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
460 stars 132 forks source link

PYTHON FIXEDPOINT SUPPORT #207

Open sunset-under-forest opened 10 months ago

sunset-under-forest commented 10 months ago

I'm facing the problem with federated meachine learning using ABY framework. However, my ml fixedpoint implements by python which ABY doesn't support because of the integer overflow. So I'd like to ask if you have the plan to support fixedpoint in C++ ABY or provide a "python version" ABY?