-
I'm trying to recrypt a ciphertext which is actually an integer (`p` is for example 1031). I have then two ciphertexts `c1` and `c2` that I multiply between them with `c1*=c2`. Depending on the maximu…
-
commit 6331712c57e79add52aba3c51469c2da3b597622
[ +16,248473] Test_General_x[25558]: segfault at 8 ip 000055b1377e1119 sp 00007ffe4769d260 error 4 in Test_General_x[55b13779b000+d7000]
[ +0,000…
-
Can this file be used to install HELib.
when i tried to make HELib using this file it resulted in error:
`libtool: link: g++ -fPIC -DPIC -shared .libs/NumbTh.o .libs/timing.o .libs/bluest…
-
When we start to pull in more libraries we also have to deal with the licenses that these use. At the same time, consensus is that TFE should *not* fall back to eg GPL.
In this issue we should figu…
-
I evaluated the computational efficiency of paillier in Fate(denoted as paillier_fate) and paillier implemented in python(https://github.com/n1analytics/python-paillier , denoted as paillier_python), …
-
In the following lines, shouldn't the operator ^ actually be ** ?
if rev_i > i:
coeff ^= _poly[rev_i]
_poly[rev_i] ^= coeff
coeff ^= _poly[rev_i…
-
Test_sum_HElib.cpp includes a header-file utils/Timer.h which is not available in the repository. Hence the execution "make Test_sum_HElib_x" leads to an error as stated below.
''''''''''
> elect…
-
It looks like there is a bug in HElib fp when performing bool c7 test. The problem occurs when eval is executed more than once.
-
Hi folks,
I have a small prototype using HElib and code is working correctly with older version of the library, but produces the output below when I try any computation using the current version of…
-
Is it possible to compute inverse polynomial for encoded plaintext in HElib?
Lets say we have p=2 and r=7. Then we would have plaintext mod 2^7=128. Because 128 is not a prime number the inverse el…