lwj

Results 6 issues of lwj

PR for this [issue](https://github.com/shaih/HElib/issues/230).

Hi, I am new to ABY, but I found many "new" in ABY, such as in `share = PUTXXGate(share)`. So I am curious that does the ABY do the memory...

Hi, the parameter `wireid` in the share class is somehow misleading. I think `wireid` should be `pos`. ``` uint32_t get_nvals_on_wire(uint32_t wireid) { return m_ccirc->GetNumVals(m_ngateids[wireid]); }; ```

# Pull Request ## What problem does this PR solve? - Change degree-4 polynomial to degree-3 polynomial for the 1/(1+exp(-x)) approximation. The degree-3 polynomial seems enough. - A customized Rsqrt...

Hi, I want to tiling tile-less windows, e.g., iTerm2. I have commented out the `hasTile` line in the `isWindowIncluded` function of file `init.lua`. But it does not work out. Any...