dnat112

Results 6 issues of dnat112

Additional dependencies that I think need to be added to the "Dependencies" section: - git - openssl - some subset of: autoconf, autogen, libtool Also, I think g++ needs to...

For all the examples I try to run, including the simple matrix multiply example in the "examples" folder, I get an output which says `[WARN] 2020-02-23T08:18:04z src/seal/seal_util.cpp 36 Parameter selection...

I am trying to run the [examples](https://github.com/IntelAI/he-transformer/tree/master/examples/MNIST) to test the MNIST network. The CPU backend works but the HE-SEAL backend outputs the following: ``` terminate called after throwing an instance...

The [original CryptoNets paper](http://proceedings.mlr.press/v48/gilad-bachrach16.pdf) mentions that padding is applied to the input image for the first network layer. The paper describes this padding as occurring in the upper and left...

Did you use regular (chosen) OT or correlated OT for the OT extension in your implementation? The code for `IKNPSender::send` seems to implement regular (chosen) OT, but also labels the...

I am trying to understand some properties of ABY for GMW boolean sharing. My understanding is that ABY uses OT to generate multiplication triples for AND gates evaluated with boolean...