not working yet

This commit is contained in:
Edward Chen
2022-03-18 21:49:08 -04:00
parent 09ba945a3c
commit 90c7bfee49
10 changed files with 498 additions and 110 deletions

View File

@@ -0,0 +1,8 @@
// server
a 1
// client
b 2
// result
6

View File

@@ -7,10 +7,15 @@
# ]
new_tests = [
# [
# "Structs",
# "2pc_structs",
# "./scripts/aby_tests/test_inputs/loop.txt",
# ],
[
"Structs",
"2pc_structs",
"./scripts/aby_tests/test_inputs/loop.txt",
"new",
"2pc_test",
"./scripts/aby_tests/test_inputs/test.txt",
],
]

View File

@@ -26,8 +26,8 @@ function mpc_test {
# mpc_test 2 ./examples/C/mpc/unit_tests/2pc_structs.c
# mpc_test 2 ./examples/C/mpc/benchmarks/2pc_kmeans.c
# mpc_test 2 ./examples/C/mpc/benchmarks/2pc_kmeans_og.c
mpc_test 2 ./examples/C/mpc/2pc_test.c
mpc_test 2 ./examples/C/mpc/benchmarks/2pc_kmeans_og.c
# mpc_test 2 ./examples/C/mpc/2pc_test.c
# # build mpc arithmetic tests
# mpc_test 2 ./examples/C/mpc/unit_tests/arithmetic_tests/2pc_add.c