Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of "Sh3Task toSi64Matrix(Sh3Task dep, const sbMatrix& in, si64Matrix& dest)" #54

Open
GGBOND121382 opened this issue Aug 8, 2024 · 3 comments

Comments

@GGBOND121382
Copy link

Could you please implement the method Sh3Task toSi64Matrix(Sh3Task dep, const sbMatrix& in, si64Matrix& dest) in Sh3Converter.h that converts sbMatrix to si64Matrix?

@ladnir
Copy link
Owner

ladnir commented Aug 8, 2024

I can help you implement it if you're interested.

@GGBOND121382
Copy link
Author

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.

@ladnir
Copy link
Owner

ladnir commented Aug 8, 2024

I unfortunately do not have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants