-
Hello,
In the paper [Homomorphic Encryption for Finite Automata](https://eprint.iacr.org/2019/176), an automaton with n states over some alphabet, let's say {a, b}, is represented by nxn transition…
-
-
Dear all,
Thank you very much for your hard work and this wonderfull project.
I would like to know if it is possible to use a 80 bit security key instead of 128 as written in the documentation
…
-
-
I'm guessing the macro uses MaybeUninit directly instead of a fully qualified path like std::mem::MaybeUninit or core::mem::MaybeUninit
Fix is straightforward on our end but could be nice for peopl…
-
In the README it is stated:
> the mux gate takes about 26 CPU-ms (or 13ms on 2 cores).
I'm interested in how to parallelize the mux-gate across 2 cores as suggested. As far as I can see from the d…
-
**Describe the bug**
After a smart_mul, the WoPBS does not yield the expected answer.
**To Reproduce**
```rust
use std::{collections::HashMap};
use tfhe::{
integer::{
gen_keys_rad…
-
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…
-
> [!IMPORTANT]
> **Use the `dev` branch**
## Clone and get submodules
Get the git submodules, e.g., when cloning:
```shell
git clone --recurse-submodules --branch dev https://github.com/sbe…
-
首先对隐语的开源贡献表示深深的敬意,隐语丰富的文档和视频课程为社区用户提供了大量有价值的知识点和Idea!
学习完隐语关于SCQL的两节慕课,我有两个疑问:
1. Vertical Group By的实现原理是怎样的?
我自己思考了下,在实际的数据水平切割场景中,Group By的Key大概率是个枚举类型。大家先各自做分组和聚合,然后按Key排序,并用占位符补齐缺失Key的聚合Val…