Skip to content

Commit f9a1247

Browse files
committed
fixup! Add factoring part to normscache
1 parent cb67fa3 commit f9a1247

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Some docs here one day
66

77
Build the norms cache
88

9+
Need the factor binary from github.com/michel-leonard/C-Quadratic-Sieve
10+
911
```
10-
# Create factors.sorted.txt .
11-
./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
1214
./cmd/normscache/normscache tree norms
1315
./cmd/normscache/normscache query norms 5 13 17 29 61
1416
```

0 commit comments

Comments
 (0)