mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
basic css implementation
This commit is contained in:
@@ -31,7 +31,7 @@ if __name__ == "__main__":
|
||||
cryptonets_tests + \
|
||||
histogram_tests
|
||||
|
||||
tests = histogram_tests
|
||||
tests = biomatch_tests
|
||||
|
||||
# TODO: add support unsigned + int promotion
|
||||
# unsigned_arithmetic_tests + \
|
||||
|
||||
@@ -36,10 +36,7 @@ function mpc_test_bool {
|
||||
RUST_BACKTRACE=1 measure_time $BIN --parties $parties $cpath mpc --cost-model "hycc" --selection-scheme "b"
|
||||
}
|
||||
|
||||
|
||||
mpc_test 2 ./examples/C/mpc/benchmarks/histogram/histogram.c
|
||||
|
||||
# mpc_test 2 ./examples/C/mpc/playground.c
|
||||
mpc_test 2 ./examples/C/mpc/playground.c
|
||||
|
||||
# # build mpc arithmetic tests
|
||||
# mpc_test 2 ./examples/C/mpc/unit_tests/arithmetic_tests/2pc_add.c
|
||||
@@ -131,6 +128,10 @@ mpc_test 2 ./examples/C/mpc/benchmarks/histogram/histogram.c
|
||||
# mpc_test 2 ./examples/C/mpc/benchmarks/mnist/mnist.c
|
||||
# mpc_test 2 ./examples/C/mpc/benchmarks/cryptonets/cryptonets.c
|
||||
|
||||
# # build OPA benchmarks
|
||||
# mpc_test 2 ./examples/C/mpc/benchmarks/histogram/histogram.c
|
||||
|
||||
|
||||
|
||||
# # build hycc benchmarks bool-only
|
||||
# mpc_test_bool 2 ./examples/C/mpc/benchmarks/biomatch/2pc_biomatch.c
|
||||
|
||||
Reference in New Issue
Block a user