449 Commits

Author SHA1 Message Date
Martin Renze
5e41bcf2db Fix documentation for print_ln_to
Removed wrong parameter in documentation from print_ln_to example
2021-05-22 12:18:32 +02:00
Marcel Keller
99dd573a8c Insecure compile-time randomness constant. 2021-05-17 21:00:13 +10:00
Marcel Keller
6dba221435 Inverse trigonometric functions working with any precision. 2021-05-17 14:34:06 +10:00
Marcel Keller
397f508409 Bug in binary input usage accounting. 2021-05-11 13:25:34 +10:00
Marcel Keller
c5af3385a2 Fix memory leaks from client connections. 2021-05-11 13:22:38 +10:00
Marcel Keller
3c290b1b82 Bug in bit decomposition modulo specified prime. 2021-05-06 22:33:22 +10:00
Marcel Keller
0f656fa7b7 ARM support. 2021-04-19 21:28:22 +10:00
Marcel Keller
8c9a7431b8 Public input with cint instead of regint. 2021-04-10 18:01:18 +10:00
Marcel Keller
99b305170f Bug in fixed-point output. 2021-03-17 16:06:24 +11:00
Marcel Keller
ea5bd72573 Bug in binary circuit array. 2021-03-17 16:04:57 +11:00
Marcel Keller
0809ae188c Avoid memory conflict. 2021-03-15 16:17:29 +11:00
Marcel Keller
c9b03d8b51 Distributed key generation for homomorphic encryption with active security. 2021-02-23 17:41:35 +11:00
Marcel Keller
08a80cfbda General exponentation. 2021-02-16 16:06:43 +11:00
Marcel Keller
65f3883755 Fix ordering of matrix multiplication. 2021-02-09 14:20:06 +11:00
Marcel Keller
253ece7844 Maintenance. 2021-01-21 11:06:18 +11:00
Marcel Keller
9e35aeeac2 Using sfix with branching. 2021-01-17 11:48:05 +11:00
Marcel Keller
cdb8d6f337 Various improvements. 2020-12-11 16:24:28 +11:00
Marcel Keller
15d179a1d1 Bug in cfix division. 2020-11-14 13:36:22 +11:00
Marcel Keller
50c4469cce Bytecode documentation. 2020-11-12 22:14:26 +11:00
Marinos Vomvas
6c681da7ea fixed issue when revealing sbitfix Arrays 2020-10-29 14:16:48 -04:00
Marcel Keller
f42e614399 Rep4, SPDZ-wise, MNIST training. 2020-10-28 11:21:54 +11:00
Marcel Keller
0f3b9a0210 Fix bug in fixed-point computation with binary circuits. 2020-10-09 10:57:14 +11:00
Marcel Keller
145d600d94 Bugs in binary circuit compilation. 2020-10-02 13:02:49 +10:00
Marcel Keller
3834d73b5f Merge pull request #122 from sbellem/merge_options
Remove duplicate merge_opens arg
2020-09-30 00:03:40 +10:00
Sylvain Bellemare
22cfc4183d Remove duplicate merge_opens option in compile.py
The merge_opens option is available in the options received from the
command line and will apply to a Program instance and its tapes.

The merge_opens attribute is preserved on the Tape class as this allows
turning off merging (setting merge_opens to False) for specific tapes.

See #121 for more details.
2020-09-29 12:31:07 +01:00
Marcel Keller
b1554bd241 Fix high-precision bit-(de)composition in binary circuits. 2020-09-29 13:39:54 +10:00
Marcel Keller
20ca2c97f5 Fix printing of full-precision fixed-point numbers in binary circuits. 2020-09-29 13:22:13 +10:00
Sylvain Bellemare
22ec98a10d Replace CompilerException with CompilerError 2020-09-28 12:58:47 +01:00
Marcel Keller
ad583afb7e Various improvements. 2020-08-24 23:29:03 +10:00
Marcel Keller
cf1719b83a Bug in multiplication with compile-time float. 2020-08-08 14:47:44 +10:00
Marcel Keller
ffa149ba2d Overwrite public input file only if necessary. 2020-07-13 18:30:22 +10:00
Marcel Keller
78a0da8aab Fix bugs in floating-point division. 2020-07-01 21:11:51 +10:00
Marcel Keller
7817a06f49 Bug when reading clear fixed-point number from memory. 2020-07-01 21:11:26 +10:00
Marcel Keller
22a343e8cf Limit vector size in MultiArray input. 2020-06-30 19:46:16 +10:00
Marcel Keller
8fece4ad72 Limit vector size in MultiArray input. 2020-06-29 21:59:50 +10:00
Marcel Keller
26444368db Allow scalar-vector product of fixed-point values. 2020-06-28 16:48:31 +10:00
Marcel Keller
d803e53e2b Missing arithmetic functionality in binary computation. 2020-06-27 19:02:16 +10:00
Marcel Keller
4d27825483 Arrays for revealed fixed-point numbers in binary circuits. 2020-06-24 18:59:44 +10:00
Marcel Keller
898b87a78a Vectorized fixed-point multiplication in binary circuits. 2020-06-24 18:59:38 +10:00
Marcel Keller
20f84de3b9 Memory-safe transpose. 2020-06-20 20:28:25 +10:00
Marcel Keller
3f9f3be575 Half-gate garbling, native 2D convolution, TensorFlow inference. 2020-06-15 15:23:05 +10:00
Marcel Keller
4ef6b6d873 Maintenance. 2020-05-08 21:43:05 +10:00
Marcel Keller
24926df83b Bristol Fashion. 2020-04-02 09:09:45 +02:00
Marcel Keller
92a3fb0184 edaBits, ChaiGear, TopGear, CCD. 2020-03-20 20:31:25 +11:00
Mazelt
3f0c76e7eb Fix out of range bug in optimizer.run
indices has the shape of n * n_per_epoch in line 681. 
i + j * n_per_epoch did cause an out of range error when n_per_epoch was greater than n.
2020-02-25 23:21:28 +01:00
Marcel Keller
b17d4b6254 Input by run-time player id. 2020-02-11 21:11:40 +11:00
Marcel Keller
e6cc02040e More documentation. 2020-01-21 17:01:09 +11:00
Marcel Keller
1fdd70cb42 Enable computation of requirements. 2020-01-20 15:26:53 +11:00
Marcel Keller
b6714352ab Python 3.8 warnings. 2020-01-17 13:32:57 +11:00
Mark Abspoel
fc6acb77d6 Add __floordiv__ to _mem 2020-01-14 10:00:52 +01:00