-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig(laptops eth).ini
34 lines (32 loc) · 1.29 KB
/
config(laptops eth).ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[client]
ip_address = 192.168.1.107
username = kamil
# path to a private ssh key used to connect to the client
private_ssh_key_path = /home/kamil/.ssh/id_thesis
# location of the the sfe executable
executable_path = /home/kamil/pffrocd/ABY/build/bin
# name of the sfe executable
executable_name = cos_dist_float_scen_simd
pffrocd_path = /home/kamil/pffrocd
[server]
ip_address = 192.168.1.103
username = kamil
# path to a private ssh key used to connect to the client
private_ssh_key_path = /home/kamil/.ssh/id_thesis
# location of the the sfe executable
executable_path = /home/kamil/pffrocd/ABY/build/bin
# name of the sfe executable
executable_name = cos_dist_float_scen_simd
pffrocd_path = /home/kamil/pffrocd
[misc]
# How many people to test for. Number between 1 and 1680
nr_of_people = 1000
# Security level of ABY. Available options: 80, 112, 128, 192, 256 (128 is ABY default)
security_level = 112
# Multiplication triple algorithm. Available options: 0 (MT_OT), 1 (MT_PAILLIER), 2 (MT_DGK)
mt_algorithm = 0
# Priority of the sfe process (default -20 -> highest priority)
# Important: need to modify limits.conf to change prio of process as non-root, see https://unix.stackexchange.com/a/358332
niceness = -20
# starting person: in case you need to start with a specific person, not from zero
starting_person = 1