Commit Graph

113 Commits

Author SHA1 Message Date
Marcel Keller
284c4841d9 Bug when using @for_range_opt with cint. 2021-07-22 00:21:01 +10:00
Marcel Keller
017401a9ac Fix changing variables in branches with binary computation. 2021-07-15 18:42:46 +10:00
Marian Dietz
36470f9e11 Fix SubMultiArray.get_addresses for indices without glob 2021-07-12 20:00:14 +02:00
Marian Dietz
b21dd31bb3 Fix ignored duplicate registers. 2021-07-09 13:47:08 +02:00
Marcel Keller
a94c2d7613 Missing code for square activation. 2021-07-09 20:21:26 +10:00
Marcel Keller
96a21a1506 Bug in machine learning inference. 2021-07-02 20:44:31 +10:00
Marcel Keller
99c0549e72 Convolutional neural network training. 2021-07-02 15:50:34 +10:00
VincBreaker
3dc19433bc Fix wrong parameter order in the RUN_TAPE doc 2021-06-29 21:01:28 +02:00
Marcel Keller
92990fe710 Fix cbit-sbit XOR. 2021-06-28 14:12:19 +10:00
Marcel Keller
85b5c2af44 Use domain large enough for edaBits. 2021-06-24 14:10:19 +10:00
Marcel Keller
5b3d4ffdae Bug in SHA3. 2021-06-23 12:17:56 +10:00
Marcel Keller
76e6ac3a43 Bug in square root with certain fixed-point parameters. 2021-06-07 11:37:25 +10:00
Marcel Keller
08388f9ab9 Bug. 2021-05-27 18:16:43 +10:00
Marcel Keller
7f71cafc8b Binary OR. 2021-05-27 17:03:26 +10:00
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