-
Wrongly opened under HEXL project
original issue: https://github.com/intel/hexl/issues/112, body copied here below.
@martystack
mac osx 12.1
docker version 4.6.1
hexl version v1.2.4
7 393.9 …
-
Currently the helm charts are copied into egeria-palisade.
A proper fix requires a helm repo to pull from
Pending that, updating copy from egeria master
-
Extend insructions/helm chart definition(s) to allow egeria-palisade combined chart to
work on the public cloud as a technology demo. Self-contained cluster/sandpit environment rather than integrated…
-
**Description**
Trying to install Pyfhel to explore HE, had an issue with the PIP issue as mentioned on #104 . So I tried to utilise it's suggested fix however the sites utilised on the repo has no …
-
Hello,
I have installed and built Gramine. helloworld example runs in both mod with SGX and without SGX. I am trying to build my code with GRAMINE and [PALISADE library](https://gitlab.com/palisade…
-
Hello,
I encounter a problem when I am using Add and Mul in CKKS.
The code shown below is runnable for demonstrating the problem.
I generate 3 ciphertexts (a, b and x) to compute `a*x + b` and `…
-
**Description**
Dev branch throwing runtime error when encountering savepublicKey() method.
When attempting to use the [Client Server Demo code](https://github.com/ibarrond/Pyfhel/blob/master/exam…
-
### Is your feature request related to a problem? Please describe.
Basecamp recipe lists can get very bloated due to the sheer number of recipes available, even before modding. A lot of these recip…
-
By creating a wrapper, we can parse the inputs in Python, generate informative docstrings, test functionalities, and ensure loops are implemented in C++
-
If we construct a BinFHEContext and LWEPrivateKey pair:
```
cc.GenerateBinFHEContext(kSecurityLevel);
sk = cc.KeyGen();
cc.BTKeyGen(sk);
```
then attempt to clear them both using:
```
cc.Clear…