-
Hi Zama Team! 👋,
If you havent yet spotted it, here are 2 unused imports in 2 solidity files:
1. in "fhevm/gateway/GatewayContract.sol"
```solidity
// Unused import: Neither TFHE nor any of the 'e'…
-
Hello,
When I use wasm-bindgen-rayon `v1.2.2` along with wasm-bindgen `>= v0.2.94`, the `pkg/snippets ` is not fully populated comparing to run with wasm-bindgen `v0.2.93`.
### To reproduce
…
-
Hi,
I highly appreciate your work. I have tried to run the code on my Ubuntu 24.04 but the following error appears after cargo build --release command, could you please elaborate on what causes it a…
-
**Describe the bug**
Followed docs. When calling `tfhe::generate_keys`, I get a panic at the end of the program execution (not during the function call). The panic is:
```
thread '' panicked at…
-
# General Grant Proposal
* **Project:** Replicating circom-MP-SPDZ to support tfhe-rs https://github.com/privacy-scaling-explorations/acceleration-program/issues/55
## Project Overview :page_fac…
-
### Open Task RFP for Replicating circom-MP-SPDZ to support tfhe-rs
#### Executive Summary
- Project Overview: Replicating [circom-MP-SPDZ][circom-MP-SPDZ repo] to support [tfhe-rs].
#### P…
-
TFHE still works on RLWE so it shouldn't be too hard to adapt it -> https://www.zama.ai/post/tfhe-deep-dive-part-1
-
The old way of running instances with slabs alowed to access to instance information so I propose to return as outputs.
As example it imply hardcoded instance on benchmark uploads (https://github.c…
-
Use the script in https://github.com/openfheorg/openfhe-lattice-estimator to optimize the named parameters sets (wherever possible).
-
In order to avoid cluttering up the discussion of #762 (Enc/Dec and Randomness handling), I figured I'd create a new issue to (a) help myself get my thoughts straight on the various mappings/encodings…