Yordan Boev

Results 11 comments of Yordan Boev

@justtWu Why can't it be bigger than long's precision? Surely for p=2 and r>=64 one does get equal or more than 64bit number precision. Using this practically and initializing a...

Hello, my guess would be to simply look at /usr/local/lib and /usr/lib and see if the library is there. Also use `ldconfig` command in linux. It can be used to...

Hi, thanks for the reply. The benchmarks did not involve bootstrapping. Previously I often ran into problem using it, except for some predefined tested contexts. I will investigate further, probably...

Hi, I ran some benchmark on the current version and on reverted commit https://github.com/homenc/HElib/commit/61f453bf0daf4fce51f0f48a817184e233a48d22. Since I used the same machine and code, environment should not be the reason. [bench_old_vs_new.tar.gz](https://github.com/homenc/HElib/files/3525881/bench_old_vs_new.tar.gz) I...

Yes I also thought the multiplication can be the cause. Will try to produce a performance test. Thanks.

PS: I thought about extracting the LSB via extractDigit and then adding 1-LSB to the number, in order to make it odd. I am searching for something more elegant, or...

I have experienced the same problem. My solution was to initialize the scheme with some **m** from the table and use the given values. The values in the table provide...

In the current implementation there is also no empty Ctxt constructor and each Ctxt is initialized against a given HE Context. This makes the current comparison of addresses not so...

Hi Mike, I have not looked a lot into it, but the line where it fails is the first include and it just states: `#include ` Probably there is something...

Hi, I have tested HElib in a multithreaded environment and it worked nicely. Have you enabled threads in GMP and NTL? After downloading NTL my script for installing it does...