-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfind_all_constants.sh
More file actions
20 lines (17 loc) · 1.63 KB
/
find_all_constants.sh
File metadata and controls
20 lines (17 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
python3 src/estimate.py --fit --param "lambda" --attack 'usvp' --secret "binary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "lambda" --attack 'usvp' --secret "ternary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "lambda" --attack 'usvp' --secret "binary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "lambda" --attack 'usvp' --secret "ternary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "lambda" --attack 'bdd' --secret "binary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "lambda" --attack 'bdd' --secret "ternary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "lambda" --attack 'bdd' --secret "binary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "lambda" --attack 'bdd' --secret "ternary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "n" --attack 'usvp' --secret "binary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "n" --attack 'usvp' --secret "ternary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "n" --attack 'usvp' --secret "binary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "n" --attack 'usvp' --secret "ternary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "n" --attack 'bdd' --secret "binary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "n" --attack 'bdd' --secret "ternary" --error "3.19" --simpl 0
python3 src/estimate.py --fit --param "n" --attack 'bdd' --secret "binary" --error "3.19" --simpl 1
python3 src/estimate.py --fit --param "n" --attack 'bdd' --secret "ternary" --error "3.19" --simpl 1