-
Hi team!
I was about to submit a PR to add the zk-proof of paillier multiplication from cggmp21 Fig. 29 and just saw in the contributions guidelines the following: "we ask you to communicate it wit…
-
请问您写的方法Palliier-LWE与paillier有什么区别呢
-
WDYT? Is this publication in scope?
```
@inbook{Joye_2005,
author = {Joye, Marc and Paillier, Pascal and Schoenmakers, Berry},
booktitle = {Cryptographic Hardware and Embedded Systems – CHES 2005},
…
-
Hello, may I ask which paper the threshold paillier code of this article refers to? I want to learn about it. Best wishes.
-
I have been trying to use the library but I get the error in the title. Here is the code I am using:
```
p, q, err := paillier.GenerateSafePrime(
1024,
4,
10000000000,
rand.Reader,
)
if …
-
论文中的Table 3给出了Plaintext/BatchCrypt/PackedBFV/PackedCKKS/FedPHE几种基准进行实验对比。在read.me中,作者给出了python main.py --dataset MNIST --epochs 100 --lr 0.001 --n_clients 8 --topk 0.1 --algorithm ckks --enc_batch_siz…
-
-
-
When I run the benchmark operation on multiplication with Paillier, the program seg faults. If I change it back to OT to generate the triples, the benchmark runs fine.
The seg fault produces the fo…
-
Paillier Context is included in the encrypted number in the backend, but CLI doesn't include Paillier Context when serialising encrypted number. Currently this is not a problem because Paillier Contex…