mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
fixed return type for calls
This commit is contained in:
@@ -30,10 +30,10 @@ function mpc_test_2 {
|
||||
RUST_BACKTRACE=1 measure_time $BIN --parties $parties $cpath mpc --cost-model "hycc" --selection-scheme "a+b"
|
||||
}
|
||||
|
||||
# mpc_test_2 2 ./examples/C/mpc/playground.c
|
||||
mpc_test_2 2 ./examples/C/mpc/playground.c
|
||||
# mpc_test 2 ./examples/C/mpc/benchmarks/kmeans/2pc_kmeans_.c
|
||||
# mpc_test_2 2 ./examples/C/mpc/benchmarks/gauss/2pc_gauss_inline.c
|
||||
mpc_test_2 2 ./examples/C/mpc/benchmarks/db/db_join.c
|
||||
# mpc_test_2 2 ./examples/C/mpc/benchmarks/db/db_join.c
|
||||
|
||||
# # build mpc arithmetic tests
|
||||
# mpc_test 2 ./examples/C/mpc/unit_tests/arithmetic_tests/2pc_add.c
|
||||
|
||||
Reference in New Issue
Block a user