-
Right now when `heir-translate` emits code for OpenFHE and tfhe-rs, the parameters expressed in the HEIR IR are ignored in the generated code.
E.g., in [binops.mlir](
https://github.com/google/hei…
j2kun updated
5 months ago
-
An example of an unused memory write:
```
memref.store %c0, %alloc[0] : memref
memref.store %c1, %alloc[0] : memref
%v = memref.load %alloc[0] : memref
```
The first store is unused as it's …
asraa updated
9 months ago
-
**rust-analyzer version**: rust-analyzer version: 0.3.1850-standalone in VSCode
**rustc version**: rustc 1.78.0-nightly (2bf78d12d 2024-02-18)
**relevant settings**: nothing notable
It se…
-
Benchmarking the libraries against each other:
## Micro-benchmarks
- Ctxt-Ctxt Multiplication time (incl. relin)
- Ctxt-Ptxt Multiplication time (incl. relin)
- Ctxt-Ctxt Addition time
- Ctxt-P…
-
The Lattigo library (https://github.com/tuneinsight/lattigo) is an open source library for lattice-based homomorphic encryption in Go. At v5, they have organized the library into many packages, from l…
asraa updated
5 months ago
-
**Describe the bug**
The [`Fft` generation here](https://github.com/zama-ai/tfhe-rs/blob/5c189d6bf3330370c54aba68a39129d2a01b96ea/tfhe/src/core_crypto/fft_impl/fft64/math/fft/mod.rs#L165) is based …
-
On FreeBSD with clang8 3 tests fail:
```
Running tests...
/usr/local/bin/ctest --force-new-ctest-process
Test project /usr/ports/security/tfhe/work/tfhe-1.0.1-14-g3319e2c/builddtests
Start 1…
-
Impacted versions: all
Steps to reproduce: Upload an image as a product's main image. Then try to reuse it on a web page in the web_editor. Or upload an image on one of your website webpage (possib…
-
Hello,
I tried subtracting 3 with 6 and I got a result as 4294967293 rather than -3 . Can you please tell me whether subtraction between two numbers is possible that results in a negative number ? Th…
-
division with constant value and variable