-
This should be relatively easy in terms of modexp and other functions. This higher-level functionality will live in `src/functions`.
-
# Helium : BV Tensor Demo
Background: One of the most valuable contributions of the PySyft library to the Cryptography and AI communities is our Tensor level abstractions of Homomorphic Encryption …
-
A zk range proof in which the prover and verifier posses common paillier ciphertext and the prover proves that the decrypted ciphertext is in a certain range. The complete proof as well as reference …
-
Currently Travis is failing because trying to install gmpy2.
-
remove from api, documents, tests
-
The purpose of this task is to add benches for Zero Knowledge Proof.
-
Run with: `seq 50 | xargs -Iz cargo test`:
```
---- test_two_party_keygen stdout ----
thread 'test_two_party_keygen' panicked at 'assertion failed: party_two::PaillierPublic::verify_range_proof(&…
-
The purpose of this task is to introduce data-parallelism with Rayon at first in the zero knowedge proof (refactored with the use of iterator).
Comparison benches will be posted.
-
The line `model = model.decrypt()` returns the error "decrypt() missing 1 required positional argument: 'prikey'".
In the Syft library, decrypt requires the parameter 'private key'. Therefore I thi…
-
Normal build; start with
```
docker-compose -p n1es -f tools/docker-compose.yml up
```
Run
```
docker run -it -e ENTITY_SERVICE_URL=http://localhost:32768/api/v1 -e ENTITY_SERVICE_TEST_SIZE=100 …