forked from encryptogroup/ABY
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule OTExtension
updated
27 files
+3 −0 | .gitignore | |
+1 −1 | .travis.yml | |
+9 −3 | CMakeLists.txt | |
+2 −1 | README.md | |
+1 −1 | extern/ENCRYPTO_utils | |
+8 −8 | mains/otmain.cpp | |
+8 −7 | mains/otmain.h | |
+7 −5 | mains/test.cpp | |
+7 −7 | mains/test.h | |
+3 −3 | ot/OTconstants.h | |
+28 −35 | ot/alsz-ot-ext-rec.cpp | |
+27 −28 | ot/alsz-ot-ext-snd.cpp | |
+13 −16 | ot/iknp-ot-ext-rec.cpp | |
+13 −16 | ot/iknp-ot-ext-snd.cpp | |
+16 −19 | ot/kk-ot-ext-rec.cpp | |
+14 −18 | ot/kk-ot-ext-snd.cpp | |
+2 −2 | ot/naor-pinkas.cpp | |
+16 −25 | ot/nnob-ot-ext-rec.cpp | |
+18 −21 | ot/nnob-ot-ext-snd.cpp | |
+20 −24 | ot/ot-ext-rec.cpp | |
+1 −1 | ot/ot-ext-rec.h | |
+13 −9 | ot/ot-ext-snd.cpp | |
+1 −1 | ot/ot-ext-snd.h | |
+12 −15 | ot/ot-ext.h | |
+2 −2 | ot/pvwddh.cpp | |
+2 −2 | ot/simpleot.cpp | |
+1 −2 | ot/xormasking.h |