aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2017-04-02 17:47:51 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2017-04-02 17:48:58 +0200
commitd680f8d3848cbc3adf7d6b2c49e10abc4499cfca (patch)
treef0ed54f1551bfa9639160354ee542c13bcc404bb /run.sh
parent44273a12096fe99a847c53480847f90f15622624 (diff)
downloadcmix-d680f8d3848cbc3adf7d6b2c49e10abc4499cfca.tar.gz
cmix-d680f8d3848cbc3adf7d6b2c49e10abc4499cfca.tar.bz2
cmix-d680f8d3848cbc3adf7d6b2c49e10abc4499cfca.zip
Fixes a rare bug in the Elgamal implementation.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index 2f9f8f1..5047602 100755
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-#build_dir=/home/dennis/projects/cmix/build-cmix-Desktop-Debug
-build_dir=/home/dbrentje/projects/cmix/build
+build_dir=/home/dennis/projects/cmix/build-cmix-Desktop-Debug
+#build_dir=/home/dbrentje/projects/cmix/build
if [ $# == 0 ] ; then
tool=""
@@ -17,7 +17,7 @@ else
tool=""
fi
-nr_clients=1
+nr_clients=500
tmux new-session -s cmix -d