Commit Graph

158 Commits

Author SHA1 Message Date
Marcel Keller
ac252cd951 Fixed bug in MemValue of size larger than one. 2022-07-19 12:27:09 +10:00
Marcel Keller
6db0ed1bc5 Array and matrix sorting in binary circuits. 2022-07-15 11:49:21 +10:00
Marcel Keller
dce0b427d2 Missing vectorization. 2022-07-14 15:48:03 +10:00
Marcel Keller
0d64282237 Basic estimate for shuffling cost. 2022-07-08 14:54:24 +10:00
Kevin Witlox
2a1ca6ae74 Fix cryptic assert statement in oram.py 2022-07-07 14:39:26 +02:00
Marcel Keller
8707864c30 Improved error message for unclosed if blocks. 2022-06-25 10:47:23 +02:00
Marcel Keller
ec1d302b03 Local right shift for GF(2^n). 2022-06-23 21:58:34 +02:00
Marcel Keller
4c8e616b58 Improved binary circuit functionality. 2022-06-14 16:15:40 +02:00
Marcel Keller
5ab8c702dd Secure shuffling. 2022-05-27 14:20:31 +02:00
Marcel Keller
2dad77ba32 More flexible conversion. 2022-05-25 08:41:08 +02:00
Marcel Keller
1460c9b574 Fix output issue. 2022-05-24 15:54:56 +02:00
Marcel Keller
b3c39c4d37 Missing vectorization. 2022-05-12 13:04:37 +02:00
Marcel Keller
9ef15cc2f5 Protocol in dealer model. 2022-04-19 15:13:19 +02:00
Marcel Keller
565c364cd4 Bug in fixed-point division. 2022-04-02 07:41:22 +02:00
Marcel Keller
07292ec09d Bug in integer division. 2022-04-01 14:24:59 +02:00
Marcel Keller
1227376ae3 Bug in conversion from secret integer to secret bits. 2022-03-16 11:51:26 +11:00
Marcel Keller
b283fdb385 Improved multi-threaded tree reduction. 2022-03-11 13:03:10 +11:00
Marcel Keller
60dd78797e Multithreaded matrix multiplication. 2022-03-03 14:26:05 +11:00
Marcel Keller
6664de3f77 Multiplication of matrices larger than the maximum register size. 2022-03-02 11:47:29 +11:00
Marcel Keller
9c3e607068 Bug when inputting to large arrays. 2022-02-24 12:07:57 +11:00
Marcel Keller
0f7020d791 Semi-honest computation based on threshold semi-homomorphic encryption. 2022-02-17 13:24:52 +11:00
Marcel Keller
61d40b7d83 Fix bugs in mathematical functions using binary circuits. 2022-02-04 11:16:12 +11:00
Marcel Keller
d50e97fde9 Simplify code. 2022-02-02 17:33:45 +11:00
Marcel Keller
fc3a2a0f32 Personal array functionality. 2022-01-24 13:26:50 +11:00
jvmncs
9fcffad831 approx_sigmoid is attributed to an earlier paper 2022-01-18 08:49:00 -05:00
Marcel Keller
0f9d5de697 Allow overwriting of persistence files. 2022-01-17 14:18:39 +11:00
Marcel Keller
f343d73b25 Bug in for_range_opt. 2022-01-13 14:10:06 +11:00
Marcel Keller
962919c3cf Bug in regint optimizer. 2022-01-13 14:09:53 +11:00
Marcel Keller
e07d9bf2a3 Maintenance. 2022-01-11 16:05:26 +11:00
Marcel Keller
cdb0c0f898 In-place operations for containers. 2021-12-15 19:13:05 +11:00
Marcel Keller
ae99bed192 Access clear bit memory by run-time indices. 2021-12-02 18:12:11 +11:00
Marcel Keller
40431cd52a Fix bug in early abort. 2021-11-25 11:24:51 +11:00
Marcel Keller
10f43e281e Fix cleartext comparisons with larger primes. 2021-11-24 11:44:15 +11:00
Marcel Keller
32950fe8d4 Maintenance. 2021-11-04 16:24:34 +11:00
VincBreaker
d626b390a8 FIX documentaion of the CRASH instruction 2021-11-01 12:49:18 +01:00
Marcel Keller
bd67f80281 Wider range for exponentiation when computing modulo a prime. 2021-10-07 13:09:28 +11:00
Marcel Keller
799929b801 Optimized matrix multiplication in Hemi. 2021-09-17 14:31:25 +10:00
Marcel Keller
9100b4f048 Send sfix shares to client. 2021-09-06 23:20:03 +10:00
Marcel Keller
72c2d4b3f7 Run-time parameter for client connection port. 2021-08-26 21:00:31 +10:00
Marcel Keller
7c6341639f Bug in fixed-point client input. 2021-08-17 18:47:30 +10:00
Marcel Keller
f8a448ef1a Conditional printing of clear bits in arithmetic virtual machines. 2021-08-07 18:40:17 +10:00
Marcel Keller
c597554af9 ATLAS. 2021-08-06 18:25:27 +10:00
Marcel Keller
e6dbb4cb81 AND for sbitfixvec. 2021-08-03 20:14:39 +10:00
Marcel Keller
6730094917 Bug in binary OR. 2021-07-29 20:25:09 +10:00
Marcel Keller
de34d06845 Bug in multithreaded sorting. 2021-07-29 14:12:04 +10:00
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