Hao Chen

Results 13 issues of Hao Chen

Is there some instructions that I missed? I did (on a Ubuntu machine) 2042 git clone https://github.com/encryptogroup/OTExtension.git 2044 cd OTExtension/ 2045 mkdir build && cd build 2046 cmake .. -DOTEXTENSION_BUILD_EXE=On...

Just wondering if there exists a function already for multiplying an obliv matrix with an obliv vector? Should be easy to write, but don't want to reinvent the wheel... thanks!

More of a question than an issue, but I was wondering what's the purpose of using EncodedCiphertext type to wrap the RawCiphertext? Also quite new to rust -- could you...

Is there some tests to reproduce the numbers in the paper?

The actual encryption function should multiply the polynomials, but seems the code is performing coefficient-wise multiply https://github.com/chiraag/gazelle_mpc/blob/f4eb3bae09bf4897f2651946eac7dee17e094a6f/src/lib/pke/fv.cpp#L53-L61

running "make" gives me an error /Users/haochen/Documents/Libraries/MK-TFHE/src/libtfhe/fft_processors/nayuki/fft_processor_nayuki.cpp:15:35: error: implicit conversion from '_Complex double' to 'double' is not permitted in C++ omegaxminus1[x]=cos(x*M_PI/N)-1. + sin(x*M_PI/N) * 1i; ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ 1 error generated. make[3]:...

I got red underlines that shows "use of undeclared type or module", but the code compiles with `cargo build`. How can this be resolved? ![image](https://user-images.githubusercontent.com/4164808/95632483-95a60b00-0a3a-11eb-8ea6-becbf541abaf.png)

The shell script named above is generated during CodeGen. However it does not exist in the repository.

Thanks for sharing this repo -- very helpful! One request: would it be possible to make strategies human-readable?

Here's the output of `grunt test`... ``` Loading "preen.js" tasks...ERROR >> ReferenceError: primordials is not defined Running "jshint:files" (jshint) task >> 15 files lint free. Running "jscs:all" (jscs) task >>...