aboutsummaryrefslogtreecommitdiff
path: root/docs/points.md
blob: f931bb4dc8470fafe084240c356ba89d4898235e (plain)
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
# Points

## all
```
--points=all
```

Generates points on all subgroups of a curve. One point on each subgroup. This includes prime order subgroups.

## prime
```
--points=prime
```

Generates points on prime order subgroups of a curve.

## nonprime
```
--points=nonprime
```

Generates points on all composite order subgroups of a curve.

## random
```
--points=[num]random
```

Generates `num` random points.

## none

Generates no points whatsoever.