obliv-c
obliv-c copied to clipboard
I firstly execute `./configure`. The result is as follows: Then I executed `make` and got the following error: - make[1]: Leaving directory '/obliv-c' - bin/oblivcc -c src/ext/oblivc/copy.oc -o _build/copy.oo -I...
if install obliv-c in centos, what dependencies are needed?
Hi @samee , I'm wondering how to implement the multiplexer among two parties in the linear scan of an array. I didn't find the corresponding code in this repository. As...
I am running into the below error while following the [tutorial](https://oblivc.org/tutorial/) to test it on ubuntu. ``` make cilly install-findlib install-data PREFIX=. datarootdir=share DESTDIR= OCAMLFIND_DESTDIR=lib make[1]: Entering directory '/home/tanliboy/obliv-c' export...
I was wondering if OblivC is secure for computing the malicious setting. [SoK](https://ieeexplore.ieee.org/document/8835312) mentions that this is not supported and yet Obliv-C includes `execDualexProtocol()`. For this to be secure the...
I'm running Fedora 34 64-bit. When attempting to run `make` in order to build this project, I get the following error when running on the `obliv-c` branch: ``` File "_none_",...
when I run the ./configure,it says configure: error: You must install ocamlbuild as follows:,but I have already installer . checking for ocamlc... ocamlc OCaml version is 4.05.0 OCaml library path...
i got the same error as #36 . now my xcode version is 11.1 and i found the TRUE error occurs in ld commmand ` ld: warning: The i386 architecture...
I am sorry to trouble you. I have a question but do not know who can help me. I want to compile c++ project in obliv-c . Can obliv-c complie...
I tried to add the following code in editdist.c to see the total communication size: ```C size_t = comm_size = tcp2PBytesSent(&pd); printf("total communication size: %zu\n, comm_size"; ``` And it shows...