aby3
aby3 copied to clipboard
A Three Party MPC framework for Machine learning and Databases
I try to run "frontend" on debug mode, program generation segment errors, but it is OK on release mode
According to the paper, the multiplication of a public number and a BShared value should first sample a random number `r`, but I cannot find this step in the implication....
Does ABY have SIMD or Multithreading support? If so, how can I evaluate multiple inependent multiplications like in this example more efficiently? Also, what's the API for AND gates instead...
Dear ladnir, I am working on implementing a program that receives two tables A and B as input and computes the sum per category. The input tables are of the...
Hello Rindal, Thanks a lot for your great job in developing this library. It really helps me a lot! I found that there is no unit test comparing the results...
Could you please implement the method Sh3Task toSi64Matrix(Sh3Task dep, const sbMatrix& in, si64Matrix& dest) in Sh3Converter.h that converts sbMatrix to si64Matrix?