-
2 sub-issues to fix:
1/ https://zama-ai.slack.com/archives/C065F16D5U3/p1729527276213009?thread_ts=1729526777.909589&cid=C065F16D5U3
2/ https://zama-ai.slack.com/archives/C046UJ6QYBA/p17295271738960…
-
Hi
I ve just upgraded from version 1.x to version 2 on UGCS.
I have noted that the following that the files that i was using on v1.x no longer work on v2 and i get the error "Cannot stream file"…
-
Hello,
We are currently exploring using the https://github.com/dtolnay/semver-trick to be able to give old crates the ability to convert some serialized data to more modern formats.
The basics a…
-
Hi,
when compiling a program of sorting (from thfe) using
docker run -it --rm -v $(pwd):/cingu cingulata:bfv
I get the following message :
[ 63%] Generating fhe_params.xml
TEST_NAME=bfv-wi…
-
Implementation would be something like `TFHE.randEuint8(uint8 upperBound)` with valid values 2/4/8/16/...:
`TFHE.randEuint8(2); // Value between 0 and 1`
`TFHE.randEuint8(4); // Value between 0 and 3…
-
Hello!
I am doing research related to neural networks and homomorphic encryption. Your library is amazing and allows you to explore the TFHE scheme! And as I understand it, the example of the convolu…
-
To reproduce:
`decrypted` and `result` are contract member variables.
```
function isTwoWithDecrypted() public returns (bool) {
decrypted = TFHE.decrypt(TFHE.asEuint32(2));
resul…
-
Right now the CGGI dialect contains only boolean gate ops reflecting the high level CGGI gate bootstrapping API. We also want the CGGI dialect to include lower-level operations:
- An intermediate l…
j2kun updated
3 months ago
-
Do you plan on supporting binary/decimal operations like addition and multiplication, besides supporting logic gates?
Thanks
-
Create a tandem-based division gate and overloaded rust operator between `Uint` types.
The gate should first build the gate, mapping in appropriately sized inputs (see [addition operator](https://git…
10d9e updated
1 month ago