siaaron045
siaaron045
I just do one encryption and one decryption.And I know this case usually does not happen, I want to know why and how to fix it.Thank you. `#include #include #include...
Due to some force majeure factors,I cannot download the source code of Tinygarble . Could you send the source code to me? Thanks a million. email: [email protected]
Due to some force majeure factors,I cannot download the source code of Tinygarble . Could you send the source code to me? Thanks a million. email: [email protected]
Thank you for your reply. And do you know which garble project can compile c++ programs? Thanks a million.
I am trying to make it .But I do not know how oblivcc (in"oblivc/bin")works. It is a executable file. A: When i trying to create a *.o file use the...
I have created three files "gazelle.c" “gazelle.h” and “gazelle.oc”in oblivc/test/oblivc/garble.They can run accurately. Then i want to pack them to a static lib (already transformed the main() into garble() )....
I have tried it again and again,but failed. [garble.zip](https://github.com/samee/obliv-c/files/3123526/garble.zip) I would appreciate it if you could spare some time to help me.
Thank you.Can you recommend a library which can easily add communication channel between Alice and Bob?
I test your code and the answer is right, but when ''cipher'' is a negative number's ciphertext or make multiplication of two negative ciphertext,the answer is wrong. like this: `//Encrypt...
Yes,but it works only when mvec=-1, i put -2,-3,-4 the answers are wrong. And the function scheme.mult(cipher1, cipher2) does not work when make multiplication of two negative ciphertext expect -1....