File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
restore-keys : |
21
21
${{ runner.os }}-maven-
22
22
- name : Test with Maven
23
- run : mvn test --file pom.xml
23
+ run : mvn test --no-transfer-progress -- file pom.xml
24
24
- name : Extended test with Maven
25
- run : mvn test -Dtest=ExtensiveTesting --file pom.xml
25
+ run : mvn test -Dtest=ExtensiveTesting --no-transfer-progress -- file pom.xml
Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ The word lists ~colors.txt~ and ~monsters.txt~ takes the most time by far (aroun
222
222
#+END_SRC
223
223
224
224
225
- ** Configure the algorithm
225
+ ** Configure algorithms
226
226
227
227
*** Addition
228
228
#+BEGIN_SRC sh
229
- echo -v quiet --generate ADD -s BIGNUM > algorithms/ALL.dat
229
+ echo -v quiet --generate ADD --solver BIGNUM > algorithms/ALL.dat
230
230
#+END_SRC
231
231
232
232
@@ -240,6 +240,7 @@ The word lists ~colors.txt~ and ~monsters.txt~ takes the most time by far (aroun
240
240
echo -v quiet --generate LMUL > algorithms/ALL.dat
241
241
#+END_SRC
242
242
243
+
243
244
* Solve
244
245
** Create the solver
245
246
*** Cryptator
@@ -294,7 +295,7 @@ Postprocess the output of the crypt solver.
294
295
#+END_SRC
295
296
Do not remove the content of the directory!
296
297
297
- ** Configure the algorithm
298
+ ** Configure algorithms
298
299
299
300
#+BEGIN_SRC sh
300
301
ARGS=" -v verbose"
You can’t perform that action at this time.
0 commit comments