forked from kste/cryptosmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsand2.yml
46 lines (35 loc) · 931 Bytes
/
sand2.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
cipher: sand2
# ciphers' identifier
startRound: 5
# the rounds of starting searching
endRound: -1
# the last rounds of searching
switchRounds: -1
# setting rounds of boomerang switches, if value is -1, then there is no switch structure in STM model.
threshold: 10
# Count the number of times the rectangle probability stays within an integer range, if number > threshold, then stop searching.
eachRoundMaxTime: 24
# the max searching time in each round with all weights.
eachRoundMaxValid: 1
# the max results in each round with all weights.
wordsize: 32
# cipher's word size
validBound: 64
sweight: 0
# start searching weight.
endweight: 10000
# end searching weight.
iterative: False
boolector: False
dot: None
latex: None
nummessages: 1
timelimit: -1
offset: 0
cluster_count: 10
countered_trails: [ ]
#fixedVariables:
# - XL0: "0hex20000000"
# - XR0: "0hex20000002"
# - XL7: "0hex88890000"
# - XR7: "0hex08000880"