Generic engine to evaluate logical circuits on homomorphic encryption
1–4 of 4 posts
Re: Generic engine to evaluate logical circuits on homomorphic encryption
#2That looks awesome! Do you have any evaluation of the speed? is this based on a paper? is there more documentation?
Re: Generic engine to evaluate logical circuits on homomorphic encryption
#3That looks awesome! Do you have any evaluation of the speed? is this based on a paper? is there more documentation?
There is a link to a paper from https://virtualsecureplatform.github.io/
If you digest it please post your thoughts about it here!
Re: Generic engine to evaluate logical circuits on homomorphic encryption
#4The performance data from the linked arXiv paper: 965.9±3.4 [s] on AWS p3.16xlarge instance for program which calculates Hamming distance between two 8-digit hexadecimal numbers.
Estimated sec. per cycle: 0.794 [s].
Also, from from the appendix, it takes roughly 116 seconds on the AWS p3.16xlarge instance to calculate fibbonacci(n) for n=5.