-
### Feature Request Type
Language binding
### Describe the context
Hello,
I have a distributed scenario where one end needs to use C++ to call HEU for encryption and serialization, while…
-
In many applications of this library, like RSA or Paillier encryption, the primes being checked or generated are supposed to be secret. Can we enforce the zeroization of them throughout the library? T…
-
```rust
use bincode;
use curv::GE;
fn main() {
let p = GE::random_point();
let encoded = bincode::serialize(&p).unwrap();
let decoded: GE = bincode::deserialize(encoded.as_slice())…
-
Hello! I have a question about the random number g
In Paillier's paper and Wikipedia, select a random integer g in the part of key generation, this g is an integer and between n squares
Why is your …
-
Hi,
I try to run this example using phe and numpy, but have Overflow when iterate some loops
Can you help me?
Thanks!
```python
import phe as paillier
import numpy as np
init_values = [['7…
-
It would be faster to precompute a bunch of `n` bit random numbers for a given public key's `n` so that during use (in particular during the `obfuscation` step) the numbers are already to go.
One i…
-
# Overview
The current implementation is an evaluation over different protocols. There is some mismatch between the proofs and values being transmitted with the papers, leading to potential vulnera…
-
A) Each voter will register with EM
B) Each vote will be blind signed by EM
C) Plain text for a vote is a binary variable (0=no, 1=Yes).
D) Once BB sends the encrypted sums of the votes it decrypts…
-
Due to performance issues in the browser environment, it is not practical to use safe primes in wasm, and all tss-ecdsa schemes recommend safe primes, but I have seen some discussions that safe primes…
-
![image](https://user-images.githubusercontent.com/37107376/163667302-235226fd-f0ed-482b-a276-06e88e029ec1.png)
paillir同态加要根据预编译合约地址调用PaillierPrecompiled.cpp,根据代码可以看出,PaillierPrecompiled.cpp又调用了其他cpp…