We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb67fa3 commit f9a1247Copy full SHA for f9a1247
1 file changed
README.md
@@ -6,9 +6,11 @@ Some docs here one day
6
7
Build the norms cache
8
9
+Need the factor binary from github.com/michel-leonard/C-Quadratic-Sieve
10
+
11
```
- # Create factors.sorted.txt .
- ./cmd/normscache/normscache build factors.sorted.txt norms
12
+ ./cmd/normscache/normscache factor /path/to/factor factors.txt
13
+ ./cmd/normscache/normscache build factors.txt norms
14
./cmd/normscache/normscache tree norms
15
./cmd/normscache/normscache query norms 5 13 17 29 61
16
0 commit comments