microsoft / SealPIR

Example implementation of the SealPIR protocol
MIT License
137 stars 53 forks source link

About Test #22

Closed MDGBDGMG closed 1 year ago

MDGBDGMG commented 1 year ago

hello, I ran ctest . and got that: image

I waited for a long time, but there was no change pls help me, thank you!

sga001 commented 1 year ago

It works, it's just slow because it is using a random number generator instead of a PRG.

I have addressed it in my pull request, or you can clone this repo which has the latest: https://github.com/sga001/sealpir.

In any case, know that even with the changes I pushed test 3 takes about 130 seconds in my laptop, and test 6 also takes like 130 seconds to complete.