-
Line 3: `x = pubkey.encrypt(np.array([1.0,2.0,3.0,4.0,5.0]))` throws this error.
I'm not sure if it is an issue with the phe package or PySyft, but I thought I should report it here.
```
--------…
-
Hello,
I am currrently working on a seperation of concerns for the Helib, meaning doing the keygen, encrypten, calculation ... in first seperated steps, and secondly on different devices. Therefore I…
-
Are partially homomorphic encryption schemes like Paillier and Damgård-Jurik within the scope of Ring, or would a new crate be more appropriate?
-
Hi David,
I've been reading through your paper [Using Homomorphic Encryption for Large Scale Statistical Analysis](https://crypto.stanford.edu/~dwu4/FHE-SI_Report.pdf) and working through your code…
-
Apologies if this is the wrong place for this question, but after a course I took where I made use of this library, I'm fascinated and interested in learning more. It's pretty difficult to find a Numb…
-
Hi, I have a question about the ModUp operation in DoubleCRT's multiplication.
In the `FHESecKey::Encryption` method, we create a RLWE sample from the secret key.
From [Line 36 of FHE.cpp](https:/…
-
**[ UUID ]** 5961f104-5f5c-4208-bc9e-fdfe5e867187
**[ Session Name ]** Decentralizing AI : March towards healthy Machine Intelligence
**[ Primary Space ]** Decentralization
**[ Secondary Space ]** Op…
-
**[ UUID ]** fe40c036-15c6-41d0-9ed8-93d95be9146c
**[ Session Name ]** Open Web, Open Technology and the Future of Human Rights
**[ Primary Space ]** Open Innovation
**[ Secondary Space ]** Privacy a…
-
投递内容请参看[参与形式](https://github.com/WebAssembly-cn/weekly/edit/master/README.md)
往期内容请参看 [WIKI](https://github.com/WebAssembly-cn/weekly/wiki).
unbug updated
7 years ago
-
Building in OS X doesn't work straight away, at least on OS X 10.7.5 (`/usr/bin/c++ --version` reports `clang-425.0.27`, `cmake --version` is 3.5.1 installed through MacPorts). Here are the fixes I us…