-
Hi @mkskeller
I'm running mascot protocol, and meet an occasional error which is "Segmentation fault".
The `gdb` debug info is:
![image](https://user-images.githubusercontent.com/38127120/23268044…
-
**Description**
Pyfhel won't install. See the console output below.
**Code To Reproduce Error**
```
pip install Pyfhel
```
**Setup:**
- OS: Windows 10
- Python: 3.7.9
- C compiler vers…
-
Hello, I am trying to build the project using Docker. I am consistently getting an error during build time, which surprises me since Docker is usually very reliable for this kind of building tasks. I …
-
Hi, I created a ubuntu: 20.04 container in Docker.
I encountered this problem when executing "make". What can I do to solve it?
![图片](https://user-images.githubusercontent.com/38159898/191646324-…
-
I see this repo's backend(seal, palisade) mainly is composed of C++ code.
So why isn't this repo be written in Java? What's the considerations for coding languages?
BR
-
Hey all,
Love the library and have been playing around a bit with it trying to get simple FHE matrix multiplication up and running. As a disclaimer, I am by no means an FHE expert.
In my setup…
-
## Detailed description of the bug or problem you are having
I am launching pytest's on my macOS (intel) and I get regular
`OSError: [Errno 24] Too many open files: '[REDACTED].cache/concre…
-
Hello,
I've noticed that branch `main` isn't really HECO, so I've tried to build `dev`.
After building SEAL and MLIR as required, the command `cmake --build . --target check-fhe` as written in the…
or-cr updated
2 years ago
-
I'm trying to reproduce the MP-SPDZ installation process in order to write some instructions down and I'm encountering the following errors when I run `make tldr`, `make mascot`, `make shamir` and `ma…
-
I'm interested in wrapping the low-level C++ interface in C so that it can be used via FFI. I'm interested in shamir, malicious shamir, semi2k, spdz2k (or maybe semi and mascot, not sure yet). So, not…