qixian

Results 19 comments of qixian

1. 图中的e,n就是公钥,d就是私钥呀。Intersection PSI介绍页面也有RSA-PSI的原文出处,看一下就明白了。 2. 第一个疑问,这应该只是个demo,实际部署中,各参与方的明文数据都在自己手上,然后加密数据进行交互。

- 申请翻译 - 预计完成时间:2022-04-30

Thanks for your reply, for the first problem, I have another question, now I only run the code in python. I modified the code in **hnswlib/hnswlib/hnswlib.h** and added a variable...

> 1. You can add something to count the number of times the distance computation function is called > https://github.com/nmslib/hnswlib/blob/3c6a84fb54a2a92dc4b7dc3e13dbae3d99892444/hnswlib/hnswlib.h#L52-L53 > 2. You can goole how cmake is used together...

I have encountered the same problem. Have you solved it?

Thank you for your quickly reply. I have a few other questions I want to ask. 1. I'm trying to implement a small subgroup attack, and I've been stuck in...

Thanks for your reply. Ok, I know this point. My question is that why use 2^10 here? why not use 2^8 or 2^5, or any other number ? **What's the...

One possible guess here is plaintext space. However, I found in the parameters of the code that the plaintext modulus (`pt_modulus`) is all 256.

I have read the CLA Document and I hereby sign the CLA