Mark Abspoel
aecef7373d
Don't rely on clang numbering
...
Apple uses different version numbers from mainline clang. The compiler
flag `defined(__APPLE__)` is not a robust way to check which version
numbering is used, since on macOS one can also install mainline clang
next to the version that comes with the OS.
2020-01-09 17:43:16 +01:00
Marcel Keller
6fa65c3141
Mixed computation, binary computation with XOR-based MACs.
2019-12-23 18:44:22 +01:00
Marcel Keller
12773c4d24
Typo.
2019-12-21 17:47:48 +01:00
chrisZgh
9d47211737
opted for 1ULL instead of uint64_t
...
As 1LL is at least 64bit, migh thowever be larger.
overhang in line 29 uses explicitly uint64_t therefore I had used it also. However 1ULL might be more general
2019-12-20 17:24:44 +00:00
chrisZgh
1aaa223998
corrected for undefined behaviour of int overflow
...
replaced by unsigned, for which overflow is defined
for details see page 1 in http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1407r0.pdf
2019-12-20 17:05:29 +00:00
Marcel Keller
470b075803
Python 3, semi-honest computation using semi-homomorphic encryption.
2019-11-21 17:23:51 +11:00
Marcel Keller
7a5195d83c
Machine learning functionality, dishonest-majority binary secret sharing.
2019-10-11 15:48:58 +11:00
Marcel Keller
bd60197886
ECDSA, more replicated secret sharing.
2019-08-06 16:56:42 +10:00
Marcel Keller
5ef70589cb
Fixed- and floating-point inputs.
2019-07-11 14:59:18 +10:00
Marcel Keller
715f67f4c5
CowGear, more protocols with replicated secret sharing.
2019-06-07 15:26:28 +10:00
Marcel Keller
d26a62efe4
GF(2^40) computation with OT-based protocols.
2019-05-03 18:03:50 +10:00
Marcel Keller
b5d8123ae0
BMR, Use your Brain, Semi/Semi2k.
2019-04-30 17:25:02 +10:00
Marcel Keller
59e1581421
SPDZ2k online phase; preprocessing integration for MASCOT and SPDZ2k; integer division.
2019-03-28 17:23:20 +11:00
Nikolaj Volgushev
881b4403ac
SPDZ2k offline phase.
2019-03-26 18:36:55 +11:00
Marcel Keller
5a0413de7a
Prepare for SPDZ2k.
2019-03-26 18:30:39 +11:00
Marcel Keller
b6a18675e8
Optimized matrix multiplication; data type for quantization.
2019-02-14 15:15:37 +11:00
Marcel Keller
216fbdf1e1
Shamir secret sharing.
2019-01-05 15:10:01 +01:00
Marcel Keller
4092d61ea3
Missing initialization.
2018-12-19 14:31:42 +11:00
Marcel Keller
9805501bbc
Automatic prime generation; live preprocessing for replicated secret sharing over rings.
2018-12-19 11:39:55 +11:00
Marcel Keller
ea59419de2
More honest-majority three-party computation (modulo prime and malicious binary).
2018-11-30 15:14:43 +11:00
Marcel Keller
f2916a2249
Changed interface.
2018-10-30 13:32:38 +11:00
Marcel Keller
0f16629963
Compile all online phases at once.
2018-10-26 15:52:49 +11:00
Marcel Keller
cc0711c224
MP-SPDZ.
2018-10-11 17:20:26 +11:00
Marcel Keller
73c399c40c
Merge SPDZ-2 with SPDZ-Yao.
2018-10-11 12:47:59 +11:00
Marcel Keller
1f5b7e885d
Insufficient randomizing in GF(p).
2018-07-05 21:07:49 +02:00
Marcel Keller
1669ce5bf5
SPDZ-Yao.
2018-05-28 22:45:08 +02:00
Marcel Keller
2f50444b93
ORAM in SPDZ-BMR.
2018-03-07 12:25:45 +00:00
Marcel Keller
2008a8782d
Overdrive.
2018-03-02 14:33:03 +00:00
Marcel Keller
c9cf614d6f
Clarify field size error.
2018-01-11 17:00:55 +01:00
Marcel Keller
f469e6468b
SPDZ-2 offline phase.
2017-11-27 10:14:12 +00:00
Jonathan Evans
987a78286f
Release to add compiler instructions for external client I/O.
2017-09-14 10:35:01 +01:00
Marcel Keller
9256e08ba3
Don't try to compute square root of non-square.
2017-07-26 17:09:02 +01:00
Marcel Keller
63f0bc679b
Simplify floating point printing.
2017-06-02 14:23:07 +01:00
Marcel Keller
b53f67dfbf
More sensible default for GF(2^n).
2017-02-27 13:53:02 +00:00
Marcel Keller
81e35b3549
Initial release.
2016-09-02 19:16:51 +01:00