You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please implement the method Sh3Task toSi64Matrix(Sh3Task dep, const sbMatrix& in, si64Matrix& dest) in Sh3Converter.h that converts sbMatrix to si64Matrix?
The text was updated successfully, but these errors were encountered:
Thank you for your reply. I am interested in the efficiency of this conversion, particularly when conducting queries involving Boolean and arithmetic shares. To evaluate the efficiency, I have implemented a prototype program that consists of k parallel FA circuits and one prefix-adder addition circuit, as mentioned in your paper, where k represents the bit-length of the numbers. However, my prototype program does not seamlessly integrate with your project to conduct more complex queries. It would be extremely helpful if you could implement the toSi64Matrix method.
Could you please implement the method Sh3Task toSi64Matrix(Sh3Task dep, const sbMatrix& in, si64Matrix& dest) in Sh3Converter.h that converts sbMatrix to si64Matrix?
The text was updated successfully, but these errors were encountered: